[Mesa-dev] [PATCH 2/2] mesa: 80-column wrapping for _context_lost_GetSynciv()

Brian Paul brianp at vmware.com
Wed May 25 17:59:53 UTC 2016


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

diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c
index 8989b08..1118a44 100644
--- a/src/mesa/main/getstring.c
+++ b/src/mesa/main/getstring.c
@@ -312,8 +312,8 @@ _mesa_GetError( void )
 }
 
 static void GLAPIENTRY
-_context_lost_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length,
-                        GLint *values)
+_context_lost_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize,
+                        GLsizei *length, GLint *values)
 {
    GET_CURRENT_CONTEXT(ctx);
    if (ctx)
-- 
1.9.1



More information about the mesa-dev mailing list