mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
glthread: don't insert an empty line after (void) cmd;
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3948>
This commit is contained in:
parent
b9eef27920
commit
4970199d11
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class PrintCode(gl_XML.gl_print_base):
|
|||
i += 1
|
||||
|
||||
if not func.fixed_params and not func.variable_params:
|
||||
out('(void) cmd;\n')
|
||||
out('(void) cmd;')
|
||||
|
||||
# Uncomment this if you want to call _mesa_glthread_finish for debugging
|
||||
#out('_mesa_glthread_finish(ctx);')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue