Skip to content

Commit df82932

Browse files
committed
fixed darker formatting
1 parent bba46ff commit df82932

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libc/newhdrgen/header.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ def __str__(self):
8383
if current_guard != None:
8484
content.pop()
8585
content.append(f"#endif // {current_guard}")
86-
content.append("")
87-
86+
content.append("")
8887

8988
for object in self.objects:
9089
content.append(str(object))

0 commit comments

Comments
 (0)