From: Brian Paul Date: Fri, 1 Feb 2013 00:57:24 +0000 (-0700) Subject: st/mesa: whitespace/indentation fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bb52bab9e44112c0df76fb407c72419c5c8f262;p=mesa.git st/mesa: whitespace/indentation fix --- diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/state_tracker/st_cb_drawpixels.c index c944b81f690..9c05572d482 100644 --- a/src/mesa/state_tracker/st_cb_drawpixels.c +++ b/src/mesa/state_tracker/st_cb_drawpixels.c @@ -1462,8 +1462,8 @@ st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, driver_vp = make_passthrough_vertex_shader(st, GL_FALSE); if (st->pixel_xfer.pixelmap_enabled) { - sv[1] = st->pixel_xfer.pixelmap_sampler_view; - num_sampler_view++; + sv[1] = st->pixel_xfer.pixelmap_sampler_view; + num_sampler_view++; } } else {