Skip to content

Commit ade2ccc

Browse files
committed
Run clang format.
1 parent 1391dd7 commit ade2ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Object/MachOObjectFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ MachOObjectFile::getSectionContents(DataRefImpl Sec) const {
20002000
// will be returned stopping invalid section data from being returned.
20012001
uint64_t PrevTrueOffset = 0;
20022002
uint64_t SectOffsetAdjust = 0;
2003-
for (uint32_t SectIdx=0; SectIdx<Sec.d.a; ++SectIdx) {
2003+
for (uint32_t SectIdx = 0; SectIdx < Sec.d.a; ++SectIdx) {
20042004
MachO::section_64 CurrSect =
20052005
getStruct<MachO::section_64>(*this, Sections[SectIdx]);
20062006
uint64_t CurrTrueOffset = (uint64_t)CurrSect.offset + SectOffsetAdjust;

0 commit comments

Comments
 (0)