llvmpipe: whitespace fix
authorBrian Paul <brianp@vmware.com>
Tue, 20 Apr 2010 23:14:21 +0000 (17:14 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 20 Apr 2010 23:15:33 +0000 (17:15 -0600)
src/gallium/drivers/llvmpipe/lp_rast.c

index 527103c75cff7abff7ff7257062c4a7da790e18c..4046701b85a2a24f7c252235351dd4e7b1d9d9b9 100644 (file)
@@ -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);
    }