Mesa (master): mesa: 80-column wrapping

Brian Paul brianp at kemper.freedesktop.org
Sat Mar 19 21:50:26 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Mar 19 14:17:41 2011 -0600

mesa: 80-column wrapping

---

 src/mesa/main/arrayobj.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/arrayobj.c b/src/mesa/main/arrayobj.c
index 4601022..d357ffb 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;




More information about the mesa-commit mailing list