diff options
author | Stephane Marchesin <[email protected]> | 2011-08-02 19:40:26 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2011-08-02 19:40:26 +0200 |
commit | e49c36b8d9492fc8e63e6237b7c557125b5624a5 (patch) | |
tree | 2a99a57bcef484c0a187b2e8c36f28d589591563 /src/gallium/drivers/i915/i915_state_emit.c | |
parent | f9b2107da6d08a418adfb4d78912deefeb575ec7 (diff) |
Fix trailing whitespace.
Diffstat (limited to 'src/gallium/drivers/i915/i915_state_emit.c')
-rw-r--r-- | 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 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 */ |