From: Brian Paul Date: Thu, 10 Sep 2009 20:14:18 +0000 (-0600) Subject: softpipe: minor indentation fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f4d776199562f94edb99045e0dad3e26dfddac0;p=mesa.git softpipe: minor indentation fix --- diff --git a/src/gallium/drivers/softpipe/sp_clear.c b/src/gallium/drivers/softpipe/sp_clear.c index bc8f9196954..d3af18e162b 100644 --- a/src/gallium/drivers/softpipe/sp_clear.c +++ b/src/gallium/drivers/softpipe/sp_clear.c @@ -85,7 +85,7 @@ softpipe_clear(struct pipe_context *pipe, unsigned buffers, const float *rgba, /* non-cached surface */ pipe->surface_fill(pipe, ps, 0, 0, ps->width, ps->height, cv); #endif - } + } softpipe->dirty_render_cache = TRUE; }