Mesa (master): mesa: minor indentation fix in _mesa_BindTextureUnit()

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 14 18:48:23 UTC 2015


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

Author: Brian Paul <brianp at vmware.com>
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) {




More information about the mesa-commit mailing list