Skip to content

Commit ee87e10

Browse files
committed
fix format
1 parent 2e997db commit ee87e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/SyntheticSections.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ void CStringSection::writeTo(uint8_t *buf) const {
17231723
// `A`, but ld64 will treat them as being 16-byte aligned with an offset of
17241724
// `16 % A`.
17251725
static uint8_t getStringPieceAlignment(const CStringInputSection *isec,
1726-
const StringPiece &piece) {
1726+
const StringPiece &piece) {
17271727
return llvm::countr_zero(isec->align | piece.inSecOff);
17281728
}
17291729

0 commit comments

Comments
 (0)