i915g: Fix whitespace.
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Thu, 4 Aug 2011 00:46:18 +0000 (02:46 +0200)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Thu, 4 Aug 2011 00:46:18 +0000 (02:46 +0200)
src/gallium/drivers/i915/i915_fpc_translate.c

index a4ea91279764a3655d89711207a792c5d041dc46..c75f6c5fd63ffe0ddc919c2086c625db49127db4 100644 (file)
@@ -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);