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/pbo.c | |
parent | 2911fa0cca86f7acbc5423cab4dd328a412253cd (diff) |
mesa: minor whitespace fixes
Diffstat (limited to 'src/mesa/main/pbo.c')
-rw-r--r-- | src/mesa/main/pbo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/pbo.c b/src/mesa/main/pbo.c index dc00d423ba9..56b26a954bd 100644 --- a/src/mesa/main/pbo.c +++ b/src/mesa/main/pbo.c @@ -81,8 +81,8 @@ _mesa_validate_pbo_access(GLuint dimensions, format, type, 0, 0, 0); /* get address just past the last pixel we'll read */ - end = _mesa_image_address(dimensions, pack, ptr, width, height, - format, type, depth-1, height-1, width); + end = _mesa_image_address(dimensions, pack, ptr, width, height, + format, type, depth-1, height-1, width); sizeAddr = ((const GLubyte *) 0) + pack->BufferObj->Size; |