Skip to content

Commit 039a8bf

Browse files
committed
Ran clang format.
1 parent 6307628 commit 039a8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) {
8181
: m_context.getOrLoadDebugInfoData();
8282
lldb::offset_t offset = 0;
8383
while (data.ValidOffset(offset)) {
84-
llvm::Expected<DWARFUnitSP> expected_unit_sp = DWARFUnit::extract(
85-
m_dwarf, m_units.size(), data, section, &offset);
84+
llvm::Expected<DWARFUnitSP> expected_unit_sp =
85+
DWARFUnit::extract(m_dwarf, m_units.size(), data, section, &offset);
8686

8787
if (!expected_unit_sp) {
8888
// FIXME: Propagate this error up.

0 commit comments

Comments
 (0)