From: Ivan Krasin Date: Mon, 26 Oct 2015 22:35:40 +0000 (+0000) Subject: Fix indents. It's a follow up to r251353. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c90ddefc81bbd86581ef8d27c2a300a404802077;p=llvm 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 --- 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