Module: Mesa Branch: master Commit: e49c36b8d9492fc8e63e6237b7c557125b5624a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e49c36b8d9492fc8e63e6237b7c557125b5624a5
Author: Stephane Marchesin <[email protected]> Date: Tue Aug 2 19:40:26 2011 +0200 Fix trailing whitespace. --- src/gallium/drivers/i915/i915_state_emit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/i915/i915_state_emit.c b/src/gallium/drivers/i915/i915_state_emit.c index 4f44796..563c7d0 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 */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
