diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-09-18 21:28:13 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-09-18 21:28:13 +0000 |
commit | 283eae82fd46bf9036fb331d878dcceff80014a9 (patch) | |
tree | 2145e2edfb48b05a306e4169cca68d7bd3e0b877 /llvm/lib/DebugInfo/DWARF/DWARFContext.cpp | |
parent | c2bc71702877756d16aa7e1e40fa858779bd7d13 (diff) | |
download | bcm5719-llvm-283eae82fd46bf9036fb331d878dcceff80014a9.tar.gz bcm5719-llvm-283eae82fd46bf9036fb331d878dcceff80014a9.zip |
Fix indentation.
llvm-svn: 313568
Diffstat (limited to 'llvm/lib/DebugInfo/DWARF/DWARFContext.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/DWARF/DWARFContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp b/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp index 0aacd0c5231..a5ee2dbd436 100644 --- a/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp +++ b/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp @@ -259,7 +259,7 @@ void DWARFContext::dump( if (shouldDump(IsExplicit, Name, DIDT_ID_DebugInfo, Section.Data)) { for (const auto &CU : CUs) if (DumpOffset) - CU->getDIEForOffset(DumpOffset.getValue()).dump(OS, 0, 0, DumpOpts); + CU->getDIEForOffset(DumpOffset.getValue()).dump(OS, 0, 0, DumpOpts); else CU->dump(OS, DumpOpts); } |