Skip to content

Commit 68af244

Browse files
committed
More clang format.
1 parent 1ec71a5 commit 68af244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class DWARFUnit : public DWARFExpression::Delegate, public UserID {
364364
dw_offset_t m_line_table_offset = DW_INVALID_OFFSET;
365365

366366
dw_offset_t m_str_offsets_base = 0; // Value of DW_AT_str_offsets_base.
367-
dw_offset_t m_str_offset_size = 4; // Size in bytes of a string offset.
367+
dw_offset_t m_str_offset_size = 4; // Size in bytes of a string offset.
368368

369369
std::optional<llvm::DWARFDebugRnglistTable> m_rnglist_table;
370370
bool m_rnglist_table_done = false;

0 commit comments

Comments
 (0)