diff options
author | Brian Paul <[email protected]> | 2011-03-24 13:15:29 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-03-24 13:38:27 -0600 |
commit | e4852ae4d24396daa323652023655fb3b6456ff5 (patch) | |
tree | b711ca27496abc7521f384281fe31763ace3667b /src/mesa/main/drawpix.c | |
parent | 2911fa0cca86f7acbc5423cab4dd328a412253cd (diff) |
mesa: minor whitespace fixes
Diffstat (limited to 'src/mesa/main/drawpix.c')
-rw-r--r-- | src/mesa/main/drawpix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c index fb86036a188..ee379f71bf5 100644 --- a/src/mesa/main/drawpix.c +++ b/src/mesa/main/drawpix.c @@ -188,7 +188,7 @@ _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height, goto end; } - if (!ctx->Current.RasterPosValid || width ==0 || height == 0) { + if (!ctx->Current.RasterPosValid || width == 0 || height == 0) { goto end; /* no-op, not an error */ } |