Fix spacing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mike Stump 2009-09-24 23:11:08 +00:00
parent 528700863a
commit ee4b8a7781

View 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);
}