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:
Marek Olšák 2020-02-20 18:10:37 -05:00 committed by Marge Bot
parent b9eef27920
commit 4970199d11

View file

@ -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);')