softpipe: minor indentation fix
authorBrian Paul <brianp@vmware.com>
Thu, 10 Sep 2009 20:14:18 +0000 (14:14 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 10 Sep 2009 20:14:18 +0000 (14:14 -0600)
src/gallium/drivers/softpipe/sp_clear.c

index bc8f9196954cfb40a92dcf12cea2c7cf135ef1d9..d3af18e162ba6df3a72143e311abbfc46fea6a3c 100644 (file)
@@ -85,7 +85,7 @@ softpipe_clear(struct pipe_context *pipe, unsigned buffers, const float *rgba,
       /* non-cached surface */
       pipe->surface_fill(pipe, ps, 0, 0, ps->width, ps->height, cv);
 #endif
-      }
+   }
 
    softpipe->dirty_render_cache = TRUE;
 }