Fix indentation.

llvm-svn: 313568
This commit is contained in:
Adrian Prantl 2017-09-18 21:28:13 +00:00
parent c2bc717028
commit 283eae82fd
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}