Skip to content

Commit

Permalink
black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanshukla committed Jul 16, 2024
1 parent 0d98c8e commit 0e4947a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libc/newhdrgen/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __str__(self):
if current_guard != None:
content.pop()
content.append(f"#endif // {current_guard}")
content.append("")
content.append("")

for object in self.objects:
content.append(str(object))
Expand All @@ -91,4 +91,4 @@ def __str__(self):
else:
content.append("__END_C_DECLS")

return "\n".join(content)
return "\n".join(content)

0 comments on commit 0e4947a

Please sign in to comment.