mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
freedreno/registers: Whitespace fix for gen_header.py
Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17817>
This commit is contained in:
parent
ba85272cb6
commit
98b84ef286
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class Bitset(object):
|
|||
tab_to(" __bo_type", "bo;")
|
||||
tab_to(" uint32_t", "bo_offset;")
|
||||
if bit_size == 64:
|
||||
value_name = "qword"
|
||||
value_name = "qword"
|
||||
continue
|
||||
name = field_name(prefix, f.name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue