diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-11-17 00:41:02 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-11-17 00:41:02 +0000 |
commit | cdec7ee565e5bcf399537c0dc218a4fdaba5fdac (patch) | |
tree | 81c7b43c2c696fbdf5cae12421053aa64baba07f | |
parent | 82641be467c4ab69cac833cdb20088c531305165 (diff) | |
download | bcm5719-llvm-cdec7ee565e5bcf399537c0dc218a4fdaba5fdac.tar.gz bcm5719-llvm-cdec7ee565e5bcf399537c0dc218a4fdaba5fdac.zip |
Fix indentation
llvm-svn: 253278
-rw-r--r-- | llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp b/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp index 5abbde4ac0f..62d5e666aef 100644 --- a/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp +++ b/llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp @@ -139,7 +139,7 @@ void DWARFDebugInfoEntryMinimal::dumpAttribute(raw_ostream &OS, 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(), |