From: Brian Paul Date: Wed, 8 Jul 2009 19:59:03 +0000 (-0600) Subject: demos: indentation fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f742f2c0b308430da38f8eeddfed889f883615e9;p=mesa.git demos: indentation fix --- diff --git a/progs/glsl/multitex.c b/progs/glsl/multitex.c index 2e3770dc401..c6e0b10b49d 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); }