Skip to content

Commit 2e8ec83

Browse files
committed
Remove unneeded blank line
1 parent 964e9fe commit 2e8ec83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lld/ELF/SyntheticSections.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ void GnuPropertySection::writeTo(uint8_t *buf) {
324324
: GNU_PROPERTY_X86_FEATURE_1_AND;
325325

326326
unsigned offset = 16;
327-
328327
if (config->andFeatures != 0) {
329328
write32(buf + offset + 0, featureAndType); // Feature type
330329
write32(buf + offset + 4, 4); // Feature size

0 commit comments

Comments
 (0)