Skip to content

Commit 64e6544

Browse files
committed
Fix formatting in InputFiles.cpp
1 parent c2af177 commit 64e6544

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lld/ELF/InputFiles.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,9 @@ void SharedFile::parseGnuAndFeatures(const uint8_t *base,
14581458

14591459
// Read a body of a NOTE record, which consists of type-length-value fields.
14601460
ArrayRef<uint8_t> desc = note.getDesc(headers[i].p_align);
1461-
parseGnuPropertyNote<ELFT>(ctx, *this, /*featureAndType*/GNU_PROPERTY_AARCH64_FEATURE_1_AND, desc, base);
1461+
parseGnuPropertyNote<ELFT>(
1462+
ctx, *this, /*featureAndType*/ GNU_PROPERTY_AARCH64_FEATURE_1_AND, desc,
1463+
base);
14621464
}
14631465
}
14641466

0 commit comments

Comments
 (0)