mesa: minor whitespace fixes in teximage.c

This commit is contained in:
Brian Paul 2012-10-08 15:18:48 -06:00
parent 810d2e167c
commit bad1b271a0

View file

@ -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 */