Module: Mesa
Branch: master
Commit: 9d4ce8073611355d94ec675500a9bc209790e86a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d4ce8073611355d94ec675500a9bc209790e86a

Author: Brian Paul <[email protected]>
Date:   Tue Oct 13 09:34:53 2015 -0600

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 3182920..547055e 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) {

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to