diff src/video/qnxgf/SDL_gf_opengles.h @ 3139:7f684f249ec9

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 May 2009 22:41:08 +0000
parents 7b3a09fb9c8b
children f7b03b6838cb
line wrap: on
line diff
--- a/src/video/qnxgf/SDL_gf_opengles.h	Fri May 15 15:47:37 2009 +0000
+++ b/src/video/qnxgf/SDL_gf_opengles.h	Sat May 23 22:41:08 2009 +0000
@@ -31,7 +31,9 @@
 #include <GLES/glext.h>
 
 GLAPI void APIENTRY glTexParameteri(GLenum target, GLenum pname, GLint param);
-GLAPI void APIENTRY glTexParameteriv(GLenum target, GLenum pname, const GLint* params);
-GLAPI void APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
+GLAPI void APIENTRY glTexParameteriv(GLenum target, GLenum pname,
+                                     const GLint * params);
+GLAPI void APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue,
+                               GLubyte alpha);
 
 #endif /* __SDL_GF_OPENGLES_H__ */