Skip to content

Commit 4e1fe60

Browse files
committed
fixup! clang-format
1 parent 3a815c2 commit 4e1fe60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,8 @@ void DWARFDebugInfoEntry::BuildFunctionAddressRangeTable(
617617
for (const auto &r : *ranges)
618618
debug_aranges->AppendRange(GetOffset(), r.LowPC, r.HighPC);
619619
} else {
620-
LLDB_LOG_ERRORV(log, ranges.takeError(), "DIE({1:x}): {0}", GetOffset());
620+
LLDB_LOG_ERRORV(log, ranges.takeError(), "DIE({1:x}): {0}",
621+
GetOffset());
621622
}
622623
}
623624

0 commit comments

Comments
 (0)