mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
mesa: minor whitespace fixes in teximage.c
This commit is contained in:
parent
810d2e167c
commit
bad1b271a0
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue