Mesa (master): softpipe: minor indentation fix

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 10 21:43:53 UTC 2009


Module: Mesa
Branch: master
Commit: 3f4d776199562f94edb99045e0dad3e26dfddac0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f4d776199562f94edb99045e0dad3e26dfddac0

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Sep 10 14:14:18 2009 -0600

softpipe: minor indentation fix

---

 src/gallium/drivers/softpipe/sp_clear.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_clear.c b/src/gallium/drivers/softpipe/sp_clear.c
index bc8f919..d3af18e 100644
--- a/src/gallium/drivers/softpipe/sp_clear.c
+++ b/src/gallium/drivers/softpipe/sp_clear.c
@@ -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;
 }




More information about the mesa-commit mailing list