Fix trailing whitespace.

This commit is contained in:
Stephane Marchesin 2011-08-02 19:40:26 +02:00
parent f9b2107da6
commit e49c36b8d9

View 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 */