asahi: fix spacing

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31908>
This commit is contained in:
Alyssa Rosenzweig
2024-10-07 10:12:01 -04:00
parent 5787a6ade8
commit f16597d488
+2 -2
View File
@@ -598,8 +598,8 @@ class Parser(object):
print(' default: break;')
print(" }")
print(" return NULL;")
print("}\n")
print("#endif")
print("}")
print("#endif\n")
def parse(self, filename):
file = open(filename, "rb")