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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user