Fix spacing.
authorMike Stump <mrs@apple.com>
Thu, 24 Sep 2009 23:11:08 +0000 (23:11 +0000)
committerMike Stump <mrs@apple.com>
Thu, 24 Sep 2009 23:11:08 +0000 (23:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82727 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 33273f17a369451c9f839f8806a0df6aec61fd63..06ee6272a24ab1b672b4ed0bbc9d724468ea7153 100644 (file)
@@ -1226,7 +1226,7 @@ DIE *DwarfDebug::CreateDbgScopeVariable(DbgVariable *DV, CompileUnit *Unit) {
                  RI->getFrameIndexOffset(*MF, DV->getFrameIndex()));
 
     if (VD.isBlockByrefVariable())
-      AddBlockByrefAddress (DV, VariableDie, dwarf::DW_AT_location, Location);
+      AddBlockByrefAddress(DV, VariableDie, dwarf::DW_AT_location, Location);
     else
       AddAddress(VariableDie, dwarf::DW_AT_location, Location);
   }