mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
mesa: fix indentation
This commit is contained in:
parent
5698d7cd75
commit
4de18fb093
1 changed files with 1 additions and 2 deletions
|
|
@ -712,8 +712,7 @@ _mesa_BindRenderbufferEXT(GLenum target, GLuint renderbuffer)
|
|||
ASSERT_OUTSIDE_BEGIN_END(ctx);
|
||||
|
||||
if (target != GL_RENDERBUFFER_EXT) {
|
||||
_mesa_error(ctx, GL_INVALID_ENUM,
|
||||
"glBindRenderbufferEXT(target)");
|
||||
_mesa_error(ctx, GL_INVALID_ENUM, "glBindRenderbufferEXT(target)");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue