Shallow formatting pass.

This commit is contained in:
Camilla Berglund
2010-09-07 17:50:43 +02:00
parent 38b0ccb9b3
commit 1baf233d12
11 changed files with 73 additions and 76 deletions
+2 -3
View File
@@ -86,8 +86,7 @@ void _glfwParseGLVersion( int *major, int *minor, int *rev )
}
//========================================================================
// _glfwStringInExtensionString() - Check if a string can be found in an
// OpenGL extension string
// Check if a string can be found in an OpenGL extension string
//========================================================================
int _glfwStringInExtensionString( const char *string,
@@ -191,7 +190,7 @@ GLFWAPI int glfwExtensionSupported( const char *extension )
//========================================================================
// glfwGetProcAddress() - Get the function pointer to an OpenGL function.
// Get the function pointer to an OpenGL function.
// This function can be used to get access to extended OpenGL functions.
//========================================================================