Formatting pass (no code changes).

This commit is contained in:
Camilla Berglund
2010-09-08 15:58:43 +02:00
parent a04e041a6b
commit a4d888c2f5
10 changed files with 80 additions and 77 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ GLFWAPI void glfwTerminate(void)
// Get GLFW version
//========================================================================
GLFWAPI void glfwGetVersion(int *major, int *minor, int *rev)
GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev)
{
if (major != NULL)
*major = GLFW_VERSION_MAJOR;