i915g: Fix indentation and comment.
This commit is contained in:
@@ -385,7 +385,7 @@ emit_program(struct i915_context *i915)
|
||||
OUT_BATCH(size);
|
||||
}
|
||||
|
||||
/* output the declarations of the program */
|
||||
/* output the declarations and the program */
|
||||
for (i = 1 ; i < i915->fs->program_len; i++)
|
||||
OUT_BATCH(i915->fs->program[i]);
|
||||
|
||||
|
Reference in New Issue
Block a user