OSDN Git Service

st/mesa: whitespace/indentation fix
authorBrian Paul <brianp@vmware.com>
Fri, 1 Feb 2013 00:57:24 +0000 (17:57 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 1 Feb 2013 15:00:28 +0000 (08:00 -0700)
src/mesa/state_tracker/st_cb_drawpixels.c

index c944b81..9c05572 100644 (file)
@@ -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 {