Mesa (master): llvmpipe: whitespace fix

Brian Paul brianp at kemper.freedesktop.org
Tue Apr 20 23:16:31 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Apr 20 17:14:21 2010 -0600

llvmpipe: whitespace fix

---

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

diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c
index 527103c..4046701 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast.c
@@ -376,7 +376,7 @@ lp_rast_store_color( struct lp_rasterizer_task *task,
       const unsigned face = cbuf->face, level = cbuf->level;
       struct llvmpipe_resource *lpt = llvmpipe_resource(cbuf->texture);
       /* this will convert the tiled data to linear if needed */
-      (void) llvmpipe_get_texture_tile_linear(lpt, face,level,
+      (void) llvmpipe_get_texture_tile_linear(lpt, face, level,
                                               LP_TEX_USAGE_READ,
                                               task->x, task->y);
    }




More information about the mesa-commit mailing list