Skip to content

Commit 718e71c

Browse files
Stylie777MaskRay
authored andcommitted
formatting fixes
1 parent c18fe32 commit 718e71c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lld/ELF/InputFiles.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,8 @@ static void readGnuProperty(Ctx &ctx, const InputSection &sec,
10101010
// Read a body of a NOTE record, which consists of type-length-value fields.
10111011
ArrayRef<uint8_t> desc = note.getDesc(sec.addralign);
10121012
const uint8_t *base = sec.content().data();
1013-
parseGnuPropertyNote<ELFT>(ctx, featureAndType, desc, &f, base, &data, sec.name);
1013+
parseGnuPropertyNote<ELFT>(ctx, featureAndType, desc, &f, base, &data,
1014+
sec.name);
10141015

10151016
// Go to next NOTE record to look for more FEATURE_1_AND descriptions.
10161017
data = data.slice(nhdr->getSize(sec.addralign));

0 commit comments

Comments
 (0)