summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-03-19 14:17:41 -0600
committerBrian <brian@ubuntu10-32.(none)>2011-03-19 14:17:41 -0600
commit9459cc593c7fc7f8e5e0a7e9e673c075d91ae057 (patch)
treefea6b831e2c7dfea05d024900990d300febe7d8e
parent630d925666766f1c5c9ee2fc31ed307c987d76ff (diff)
mesa: 80-column wrapping
-rw-r--r--src/mesa/main/arrayobj.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/arrayobj.c b/src/mesa/main/arrayobj.c
index 46010223370..d357ffb421d 100644
--- a/src/mesa/main/arrayobj.c
+++ b/src/mesa/main/arrayobj.c
@@ -497,7 +497,8 @@ _mesa_DeleteVertexArraysAPPLE(GLsizei n, const GLuint *ids)
* \param vboOnly Will arrays have to reside in VBOs?
*/
static void
-gen_vertex_arrays(struct gl_context *ctx, GLsizei n, GLuint *arrays, GLboolean vboOnly)
+gen_vertex_arrays(struct gl_context *ctx, GLsizei n, GLuint *arrays,
+ GLboolean vboOnly)
{
GLuint first;
GLint i;