From: Brian Paul Date: Wed, 13 Jan 2010 22:03:42 +0000 (-0700) Subject: llvmpipe: indentation fixes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b279c5382da021a71cdc8ed3afa09983817539c;p=mesa.git llvmpipe: indentation fixes --- diff --git a/src/gallium/drivers/llvmpipe/lp_setup.c b/src/gallium/drivers/llvmpipe/lp_setup.c index 4f77d04ca53..11b1b5f319f 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