Mesa (refs/remotes/origin/master): demos: indentation fix

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Thu Jul 9 00:15:30 UTC 2009


Module: Mesa
Branch: refs/remotes/origin/master
Commit: f742f2c0b308430da38f8eeddfed889f883615e9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f742f2c0b308430da38f8eeddfed889f883615e9

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jul  8 13:59:03 2009 -0600

demos: indentation fix

---

 progs/glsl/multitex.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/glsl/multitex.c b/progs/glsl/multitex.c
index 2e3770d..c6e0b10 100644
--- a/progs/glsl/multitex.c
+++ b/progs/glsl/multitex.c
@@ -153,7 +153,7 @@ DrawPolygonArray(void)
 
    glDrawArrays(GL_TRIANGLE_FAN, 0, 4);
 
-      glBindBufferARB_func(GL_ARRAY_BUFFER_ARB, 0);
+   glBindBufferARB_func(GL_ARRAY_BUFFER_ARB, 0);
 }
 
 




More information about the mesa-commit mailing list