Skip to content

Commit 9fa860c

Browse files
committed
Run clang format.
1 parent 6dac04b commit 9fa860c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,7 @@ void ObjectFileMachO::ProcessSegmentCommand(
17821782
// other sections.
17831783
sect64.addr, // File VM address == addresses as they are
17841784
// found in the object file
1785-
sect64.size, // VM size in bytes of this section
1785+
sect64.size, // VM size in bytes of this section
17861786
section_file_offset, // Offset to the data for this section in
17871787
// the file
17881788
section_file_offset ? sect64.size : 0, // Size in bytes of

0 commit comments

Comments
 (0)