svga: minor code reformatting
To be consistent with other functions.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user