From 4237abeab2300d13b3187fa5c1fbe2bdef490e7c Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 7 Aug 2019 19:09:31 +0000 Subject: [PATCH] Fix indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368198 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/DebugInfo/DWARF/DWARFUnit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.40.0