diff options
author | Stephane Marchesin <[email protected]> | 2011-08-03 23:18:30 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2011-08-03 23:18:30 +0200 |
commit | d476d7ce5a026d6662a5a8e813b68dd0de499f75 (patch) | |
tree | bd4eb5089ade03d0006b364d787712a49f6bde68 /src/gallium/drivers | |
parent | e49c36b8d9492fc8e63e6237b7c557125b5624a5 (diff) |
i915g: fix whitespace.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/i915/i915_winsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_winsys.h b/src/gallium/drivers/i915/i915_winsys.h index 20438609e07..4c42c94fc00 100644 --- a/src/gallium/drivers/i915/i915_winsys.h +++ b/src/gallium/drivers/i915/i915_winsys.h @@ -102,7 +102,7 @@ struct i915_winsys { * @num_of_buffers size of the passed array */ boolean (*validate_buffers)(struct i915_winsys_batchbuffer *batch, - struct i915_winsys_buffer **buffers, + struct i915_winsys_buffer **buffers, int num_of_buffers); /** |