Fix indentation

llvm-svn: 368198
This commit is contained in:
David Blaikie 2019-08-07 19:09:31 +00:00
parent 0a05a04e5b
commit 353938ec68
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ size_t DWARFUnit::extractDIEsIfNeeded(bool CUDieOnly) {
// Don't fall back to DW_AT_GNU_ranges_base: it should be ignored for
// skeleton CU DIE, so that DWARF users not aware of it are not broken.
}
}
return DieArray.size();
}