Mesa (master): softpipe: fix whitespace

Luca Barbieri lb at kemper.freedesktop.org
Mon Sep 20 18:52:54 UTC 2010


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

Author: Luca Barbieri <luca at luca-barbieri.com>
Date:   Mon Sep 20 20:49:03 2010 +0200

softpipe: fix whitespace

---

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

diff --git a/src/gallium/drivers/softpipe/sp_quad_depth_test.c b/src/gallium/drivers/softpipe/sp_quad_depth_test.c
index 425fecd..e9b9262 100644
--- a/src/gallium/drivers/softpipe/sp_quad_depth_test.c
+++ b/src/gallium/drivers/softpipe/sp_quad_depth_test.c
@@ -696,8 +696,8 @@ depth_test_quads_fallback(struct quad_stage *qs,
    }
 
    if (qs->softpipe->framebuffer.zsbuf &&
-	(qs->softpipe->depth_stencil->depth.enabled ||
-       qs->softpipe->depth_stencil->stencil[0].enabled)) {
+         (qs->softpipe->depth_stencil->depth.enabled ||
+          qs->softpipe->depth_stencil->stencil[0].enabled)) {
 
       data.ps = qs->softpipe->framebuffer.zsbuf;
       data.format = data.ps->format;




More information about the mesa-commit mailing list