mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
i915g: Fix whitespace.
This commit is contained in:
parent
d476d7ce5a
commit
974c49ed17
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ i915_program_error(struct i915_fp_compile *p, const char *msg, ...)
|
|||
char buffer[1024];
|
||||
|
||||
debug_printf("i915_program_error: ");
|
||||
va_start( args, msg );
|
||||
va_start( args, msg );
|
||||
util_vsnprintf( buffer, sizeof(buffer), msg, args );
|
||||
va_end( args );
|
||||
debug_printf("%s", buffer);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue