mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Formatting pass (no code changes).
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user