svga: minor code reformatting

To be consistent with other functions.
This commit is contained in:
Brian Paul 2012-08-16 15:27:39 -06:00
parent 81ba2c53b6
commit 553a08d314

View file

@ -1201,8 +1201,9 @@ SVGA3D_SetScissorRect(struct svga_winsys_context *swc,
*----------------------------------------------------------------------
*/
enum pipe_error SVGA3D_SetClipPlane(struct svga_winsys_context *swc,
uint32 index, const float *plane)
enum pipe_error
SVGA3D_SetClipPlane(struct svga_winsys_context *swc,
uint32 index, const float *plane)
{
SVGA3dCmdSetClipPlane *cmd;