Missing reformatting
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 9 Oct 2014 17:08:38 +0000 (17:08 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 9 Oct 2014 17:08:38 +0000 (17:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219413 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

index 8537ccc8d196141f0c0de7c391b3cd6c68a6b7f1..6a2561387d9e97307c0d527e3c1f7605dc40a651 100644 (file)
@@ -451,7 +451,7 @@ DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) {
   // Add the call site information to the DIE.
   DILocation DL(Scope->getInlinedAt());
   addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None,
-               getOrCreateSourceID(DL.getFilename(), DL.getDirectory()));
+          getOrCreateSourceID(DL.getFilename(), DL.getDirectory()));
   addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, DL.getLineNumber());
 
   // Add name to the name table, we do this here because we're guaranteed