summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-11-17 00:41:02 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-11-17 00:41:02 +0000
commitcdec7ee565e5bcf399537c0dc218a4fdaba5fdac (patch)
tree81c7b43c2c696fbdf5cae12421053aa64baba07f
parent82641be467c4ab69cac833cdb20088c531305165 (diff)
downloadbcm5719-llvm-cdec7ee565e5bcf399537c0dc218a4fdaba5fdac.tar.gz
bcm5719-llvm-cdec7ee565e5bcf399537c0dc218a4fdaba5fdac.zip
Fix indentation
llvm-svn: 253278
-rw-r--r--llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp2
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(),
OpenPOWER on IntegriCloud