From: Brian Paul Date: Thu, 16 Aug 2012 21:27:39 +0000 (-0600) Subject: svga: minor code reformatting X-Git-Tag: accepted/2.0alpha-wayland/20121114.171706~483 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=553a08d3144b8b668f28c6094948afe64be309d9;p=profile%2Fivi%2Fmesa.git svga: minor code reformatting To be consistent with other functions. --- diff --git a/src/gallium/drivers/svga/svga_cmd.c b/src/gallium/drivers/svga/svga_cmd.c index d7611d4..bc4c86c 100644 --- a/src/gallium/drivers/svga/svga_cmd.c +++ b/src/gallium/drivers/svga/svga_cmd.c @@ -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;