summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-10-08 15:18:48 -0600
committerBrian Paul <[email protected]>2012-10-08 17:30:21 -0600
commitbad1b271a0d0d2226d25a11c72c2b2d8b03833d4 (patch)
tree2ee10301098b76b488118d382a7534e37e7429ac /src/mesa
parent810d2e167c5a507084d1865a260809b847ca3201 (diff)
mesa: minor whitespace fixes in teximage.c
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/teximage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index b6dd3954dec..d7156e6706d 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -3398,8 +3398,8 @@ compressed_subtexture_error_check(struct gl_context *ctx, GLint dims,
break;
default:
targetOK = GL_FALSE;
- }
- }
+ }
+ }
else {
assert(dims == 1 || dims == 3);
/* no 1D or 3D compressed textures at this time */