Module: Mesa Branch: master Commit: d476d7ce5a026d6662a5a8e813b68dd0de499f75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d476d7ce5a026d6662a5a8e813b68dd0de499f75
Author: Stephane Marchesin <[email protected]> Date: Wed Aug 3 23:18:30 2011 +0200 i915g: fix whitespace. --- 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 2043860..4c42c94 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); /** _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
