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

Author: Brian Paul <[email protected]>
Date:   Sat Mar 19 14:17:41 2011 -0600

mesa: 80-column wrapping

---

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

diff --git a/src/mesa/main/readpix.c b/src/mesa/main/readpix.c
index 6e09a52..a172a00 100644
--- a/src/mesa/main/readpix.c
+++ b/src/mesa/main/readpix.c
@@ -44,8 +44,8 @@
  * \return GL_TRUE if error detected, GL_FALSE if no errors
  */
 GLboolean
-_mesa_error_check_format_type(struct gl_context *ctx, GLenum format, GLenum 
type,
-                              GLboolean drawing)
+_mesa_error_check_format_type(struct gl_context *ctx, GLenum format,
+                              GLenum type, GLboolean drawing)
 {
    const char *readDraw = drawing ? "Draw" : "Read";
    const GLboolean reading = !drawing;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to