[Bf-blender-cvs] [fbbeaeb] soc-2014-viewport_context: Style edits

Campbell Barton noreply at git.blender.org
Sun Jul 27 17:11:22 CEST 2014


Commit: fbbeaebe4779fcb305873a3c5b2f4ae16d253bd9
Author: Campbell Barton
Date:   Mon Jul 28 01:10:45 2014 +1000
Branches: soc-2014-viewport_context
https://developer.blender.org/rBfbbeaebe4779fcb305873a3c5b2f4ae16d253bd9

Style edits

===================================================================

M	intern/glew-mx/glew-mx.h

===================================================================

diff --git a/intern/glew-mx/glew-mx.h b/intern/glew-mx/glew-mx.h
index bc6a5e3..fab33d1 100644
--- a/intern/glew-mx/glew-mx.h
+++ b/intern/glew-mx/glew-mx.h
@@ -45,12 +45,12 @@
 extern "C" {
 #endif
 
-extern GLEWContext* _mxContext;
+extern GLEWContext *_mxContext;
 
-GLEWContext* mxGetContext(void);
-void mxSetContext(GLEWContext* ctx);
-GLEWContext* mxCreateContext(void);
-void mxDestroyContext(GLEWContext* ctx);
+GLEWContext *mxGetContext(void);
+void mxSetContext(GLEWContext *ctx);
+GLEWContext *mxCreateContext(void);
+void mxDestroyContext(GLEWContext *ctx);
 
 #ifdef __cplusplus
 }




More information about the Bf-blender-cvs mailing list