st/mesa: indentation fix
[mesa.git] / 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,