From: Stephane Marchesin Date: Tue, 2 Aug 2011 17:40:26 +0000 (+0200) Subject: Fix trailing whitespace. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e49c36b8d9492fc8e63e6237b7c557125b5624a5;p=mesa.git Fix trailing whitespace. --- diff --git a/src/gallium/drivers/i915/i915_state_emit.c b/src/gallium/drivers/i915/i915_state_emit.c index 4f447962bb9..563c7d07be2 100644 --- a/src/gallium/drivers/i915/i915_state_emit.c +++ b/src/gallium/drivers/i915/i915_state_emit.c @@ -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 */