From: Brian Paul Date: Thu, 17 Feb 2011 16:44:44 +0000 (-0700) Subject: st/mesa: indentation fix X-Git-Tag: mesa-7.11-rc1~2014 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de2f25de269894d591b144ac0583a78f5a5e992b;p=platform%2Fupstream%2Fmesa.git st/mesa: indentation fix --- diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/state_tracker/st_cb_drawpixels.c index 63b646b..a6935ed 100644 --- a/src/mesa/state_tracker/st_cb_drawpixels.c +++ b/src/mesa/state_tracker/st_cb_drawpixels.c @@ -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,