From ee4b8a7781b3398be82851cec9f098ebda7b5c2f Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 24 Sep 2009 23:11:08 +0000 Subject: Fix spacing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82727 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 33273f1..06ee627 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -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); } -- cgit v1.1