mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 10:00:14 +01:00
asahi: normalize enum formatting
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31908>
This commit is contained in:
parent
06a3ecf617
commit
a1b8aae170
1 changed files with 1 additions and 1 deletions
|
|
@ -584,7 +584,7 @@ class Parser(object):
|
|||
for value in self.values:
|
||||
name = '{}_{}'.format(prefix, value.name)
|
||||
name = safe_name(name).upper()
|
||||
print(' % -36s = %6d,' % (name, value.value))
|
||||
print(f' {name} = {value.value},')
|
||||
print('};\n')
|
||||
|
||||
print("#ifndef __OPENCL_VERSION__")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue