From: Brian Paul Date: Mon, 8 Oct 2012 21:18:48 +0000 (-0600) Subject: mesa: minor whitespace fixes in teximage.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bad1b271a0d0d2226d25a11c72c2b2d8b03833d4;p=mesa.git mesa: minor whitespace fixes in teximage.c --- 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 */