Mesa (lp-binning): llvmpipe: indentation fixes

Brian Paul brianp at kemper.freedesktop.org
Wed Jan 13 22:12:16 UTC 2010


Module: Mesa
Branch: lp-binning
Commit: 0b279c5382da021a71cdc8ed3afa09983817539c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b279c5382da021a71cdc8ed3afa09983817539c

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jan 13 15:03:42 2010 -0700

llvmpipe: indentation fixes

---

 src/gallium/drivers/llvmpipe/lp_setup.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_setup.c b/src/gallium/drivers/llvmpipe/lp_setup.c
index 4f77d04..11b1b5f 100644
--- a/src/gallium/drivers/llvmpipe/lp_setup.c
+++ b/src/gallium/drivers/llvmpipe/lp_setup.c
@@ -292,13 +292,13 @@ lp_setup_clear( struct setup_context *setup,
        */
       if (flags & PIPE_CLEAR_COLOR)
          lp_scene_bin_everywhere( scene, 
-                            lp_rast_clear_color, 
-                            setup->clear.color );
+                                  lp_rast_clear_color,
+                                  setup->clear.color );
 
       if (setup->clear.flags & PIPE_CLEAR_DEPTHSTENCIL)
          lp_scene_bin_everywhere( scene, 
-                            lp_rast_clear_zstencil, 
-                            setup->clear.zstencil );
+                                  lp_rast_clear_zstencil,
+                                  setup->clear.zstencil );
    }
    else {
       /* Put ourselves into the 'pre-clear' state, specifically to try




More information about the mesa-commit mailing list