summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pbo.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-03-24 13:15:29 -0600
committerBrian Paul <brianp@vmware.com>2011-03-24 13:38:27 -0600
commite4852ae4d24396daa323652023655fb3b6456ff5 (patch)
treeb711ca27496abc7521f384281fe31763ace3667b /src/mesa/main/pbo.c
parent2911fa0cca86f7acbc5423cab4dd328a412253cd (diff)
downloadexternal_mesa3d-e4852ae4d24396daa323652023655fb3b6456ff5.zip
external_mesa3d-e4852ae4d24396daa323652023655fb3b6456ff5.tar.gz
external_mesa3d-e4852ae4d24396daa323652023655fb3b6456ff5.tar.bz2
mesa: minor whitespace fixes
Diffstat (limited to 'src/mesa/main/pbo.c')
-rw-r--r--src/mesa/main/pbo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/pbo.c b/src/mesa/main/pbo.c
index dc00d42..56b26a9 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;