Mesa (master): i915g: Fix whitespace.

Stephane Marchesin marcheu at kemper.freedesktop.org
Sat Aug 27 00:46:04 UTC 2011


Module: Mesa
Branch: master
Commit: 974c49ed176de55aadb335a2956ef5dfec774a23
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=974c49ed176de55aadb335a2956ef5dfec774a23

Author: Stephane Marchesin <marchesin at icps.u-strasbg.fr>
Date:   Thu Aug  4 02:46:18 2011 +0200

i915g: Fix whitespace.

---

 src/gallium/drivers/i915/i915_fpc_translate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c b/src/gallium/drivers/i915/i915_fpc_translate.c
index a4ea912..c75f6c5 100644
--- a/src/gallium/drivers/i915/i915_fpc_translate.c
+++ b/src/gallium/drivers/i915/i915_fpc_translate.c
@@ -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);




More information about the mesa-commit mailing list