radeon: whitespace cleanup
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 28 Nov 2015 15:43:55 +0000 (16:43 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 4 Dec 2015 14:06:38 +0000 (14:06 +0000)
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mesa/drivers/dri/radeon/radeon_swtcl.c

index 1e19cf7c7c0235dd204c2d1f62516f689f2da150..ed6b25ccea5a4ea89696bb86e50549a1ca977e94 100644 (file)
@@ -417,9 +417,9 @@ static GLboolean radeon_run_render( struct gl_context *ctx,
    tnl_render_func *tab = TAG(render_tab_verts);
    GLuint i;
 
-   if (rmesa->radeon.swtcl.RenderIndex != 0 ||   
+   if (rmesa->radeon.swtcl.RenderIndex != 0 ||
        !radeon_dma_validate_render( ctx, VB ))
-      return GL_TRUE;          
+      return GL_TRUE;
 
    radeon_prepare_render(&rmesa->radeon);
    if (rmesa->radeon.NewGLState)