[llvm] r253278 - Fix indentation

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 16:41:03 PST 2015


Author: dblaikie
Date: Mon Nov 16 18:41:02 2015
New Revision: 253278

URL: http://llvm.org/viewvc/llvm-project?rev=253278&view=rev
Log:
Fix indentation

Modified:
    llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp

Modified: llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp?rev=253278&r1=253277&r2=253278&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp (original)
+++ llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp Mon Nov 16 18:41:02 2015
@@ -139,7 +139,7 @@ void DWARFDebugInfoEntryMinimal::dumpAtt
   std::string File;
   auto Color = syntax::Enumerator;
   if (attr == DW_AT_decl_file || attr == DW_AT_call_file) {
-  Color = syntax::String;
+    Color = syntax::String;
     if (const auto *LT = u->getContext().getLineTableForUnit(u))
       if (LT->getFileNameByIndex(
              formValue.getAsUnsignedConstant().getValue(),




More information about the llvm-commits mailing list