Fix trailing whitespace.
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Tue, 2 Aug 2011 17:40:26 +0000 (19:40 +0200)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Tue, 2 Aug 2011 17:40:26 +0000 (19:40 +0200)
src/gallium/drivers/i915/i915_state_emit.c

index 4f447962bb9b80286748837d00df1a9ce34fb3c1..563c7d07be20994ae88c99cda2b0eb1d54b2b718 100644 (file)
@@ -407,7 +407,7 @@ emit_program(struct i915_context *i915)
    }
 
    /* output the declarations of the program */
-   for (i=1 ; i < i915->fs->program_len; i++) 
+   for (i=1 ; i < i915->fs->program_len; i++)
       OUT_BATCH(i915->fs->program[i]);
 
    /* we emit an additional mov with swizzle to fake RGBA framebuffers */