mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
Fix trailing whitespace.
This commit is contained in:
parent
f9b2107da6
commit
e49c36b8d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue