glthread: remove "if True" from print_marshal_async_code

This only changes indentation. No functional change.

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27350>
This commit is contained in:
Marek Olšák 2024-01-08 23:39:22 -05:00 committed by Marge Bot
parent e299473968
commit 610bc4d115

View file

@ -155,7 +155,6 @@ class PrintCode(gl_XML.gl_print_base):
out('}')
def print_marshal_async_code(self, func):
if True:
struct = 'struct marshal_cmd_{0}'.format(func.name)
if func.marshal_sync: