From c90ddefc81bbd86581ef8d27c2a300a404802077 Mon Sep 17 00:00:00 2001 From: Ivan Krasin Date: Mon, 26 Oct 2015 22:35:40 +0000 Subject: [PATCH] Fix indents. It's a follow up to r251353. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251364 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp index 69ae8a64914..687d6ae7441 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp @@ -343,8 +343,8 @@ void DwarfCompileUnit::constructScopeDIE( if (!includeMinimalInlineScopes()) { // There is no need to emit empty lexical block DIE. for (const auto *IE : ImportedEntities[DS]) - Children.push_back( - constructImportedEntityDIE(cast(IE))); + Children.push_back( + constructImportedEntityDIE(cast(IE))); } // If there are only other scopes as children, put them directly in the -- 2.40.0