asahi: fix newlines
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31908>
This commit is contained in:
@@ -557,8 +557,8 @@ class Parser(object):
|
||||
|
||||
group.emit_print_function()
|
||||
|
||||
print("}\n")
|
||||
print("#endif")
|
||||
print("}")
|
||||
print("#endif\n")
|
||||
|
||||
def emit_struct(self):
|
||||
name = self.struct
|
||||
|
||||
Reference in New Issue
Block a user