st/mesa: indentation fix
authorBrian Paul <brianp@vmware.com>
Thu, 17 Feb 2011 16:44:44 +0000 (09:44 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 18 Feb 2011 02:11:32 +0000 (19:11 -0700)
src/mesa/state_tracker/st_cb_drawpixels.c

index 63b646be7207a4f57025fd61b3e73753087bf975..a6935edb44cb157d76a4bc84b319c004fa59ed8d 100644 (file)
@@ -1271,7 +1271,7 @@ st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy,
    if (srcFormat == texFormat) {
       struct pipe_box src_box;
       u_box_2d(readX, readY, readW, readH, &src_box);
-    /* copy source framebuffer surface into mipmap/texture */
+      /* copy source framebuffer surface into mipmap/texture */
       pipe->resource_copy_region(pipe,
                                  pt,                                /* dest tex */
                                  0,