diff --git a/libc/newhdrgen/header.py b/libc/newhdrgen/header.py index ee28ada4f557c0..69de81eebb7198 100644 --- a/libc/newhdrgen/header.py +++ b/libc/newhdrgen/header.py @@ -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)) @@ -91,4 +91,4 @@ def __str__(self): else: content.append("__END_C_DECLS") - return "\n".join(content) \ No newline at end of file + return "\n".join(content)