Skip to content

Commit 1ec71a5

Browse files
committed
Clang format.
1 parent 630018a commit 1ec71a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,10 @@ void DWARFUnit::SetDwoStrOffsetsBase() {
361361
}
362362

363363
if (GetVersion() >= 5) {
364-
const llvm::DWARFDataExtractor &strOffsets =
365-
GetSymbolFileDWARF().GetDWARFContext().getOrLoadStrOffsetsData().GetAsLLVMDWARF();
364+
const llvm::DWARFDataExtractor &strOffsets = GetSymbolFileDWARF()
365+
.GetDWARFContext()
366+
.getOrLoadStrOffsetsData()
367+
.GetAsLLVMDWARF();
366368

367369
uint64_t length;
368370
llvm::dwarf::DwarfFormat format;

0 commit comments

Comments
 (0)