From bad1b271a0d0d2226d25a11c72c2b2d8b03833d4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 8 Oct 2012 15:18:48 -0600 Subject: [PATCH] mesa: minor whitespace fixes in teximage.c --- src/mesa/main/teximage.c | 4 ++-- 1 file 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 */ -- 2.30.2