From: David Blaikie Date: Wed, 7 Aug 2019 19:09:31 +0000 (+0000) Subject: Fix indentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4237abeab2300d13b3187fa5c1fbe2bdef490e7c;p=llvm Fix indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368198 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/DWARF/DWARFUnit.cpp b/lib/DebugInfo/DWARF/DWARFUnit.cpp index 3d92974c0bd..6ddd341bd3a 100644 --- a/lib/DebugInfo/DWARF/DWARFUnit.cpp +++ b/lib/DebugInfo/DWARF/DWARFUnit.cpp @@ -478,7 +478,7 @@ size_t DWARFUnit::extractDIEsIfNeeded(bool CUDieOnly) { // Don't fall back to DW_AT_GNU_ranges_base: it should be ignored for // skeleton CU DIE, so that DWARF users not aware of it are not broken. - } + } return DieArray.size(); }