diff options
author | Stephane Marchesin <[email protected]> | 2011-08-04 02:46:18 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2011-08-04 02:46:18 +0200 |
commit | 974c49ed176de55aadb335a2956ef5dfec774a23 (patch) | |
tree | 1f7fd70d8679c37f66723c18b4d4f6c140919a74 /src | |
parent | d476d7ce5a026d6662a5a8e813b68dd0de499f75 (diff) |
i915g: Fix whitespace.
Diffstat (limited to 'src')
-rw-r--r-- | 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 a4ea9127976..c75f6c5fd63 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); |