From 465fbe25c4e8a68ee62d1893a83b1b9c69031a17 Mon Sep 17 00:00:00 2001 From: Ivan Krasin Date: Mon, 26 Oct 2015 22:35:40 +0000 Subject: Fix indents. It's a follow up to r251353. llvm-svn: 251364 --- llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp index 69ae8a64914..687d6ae7441 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp +++ b/llvm/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 -- cgit v1.2.3