From 9d4ce8073611355d94ec675500a9bc209790e86a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 13 Oct 2015 09:34:53 -0600 Subject: [PATCH] mesa: minor indentation fix in _mesa_BindTextureUnit() --- src/mesa/main/texobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index 31829202944..547055ecf39 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -1786,7 +1786,7 @@ _mesa_BindTextureUnit(GLuint unit, GLuint texture) /* Error checking */ if (!texObj) { _mesa_error(ctx, GL_INVALID_OPERATION, - "glBindTextureUnit(non-gen name)"); + "glBindTextureUnit(non-gen name)"); return; } if (texObj->Target == 0) { -- 2.30.2