softpipe: minor indentation fix

This commit is contained in:
Brian Paul 2009-09-10 14:14:18 -06:00
parent 988db64119
commit 3f4d776199

View file

@ -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;
}