Formatting.

This commit is contained in:
Camilla Berglund 2012-12-27 19:29:09 +01:00
parent b66e1de97c
commit 45df65eb91

View File

@ -366,7 +366,7 @@ GLFWAPI void glfwSetMonitorCallback(GLFWmonitorfun cbfun)
return; return;
} }
_glfwLibrary.monitorCallback= cbfun; _glfwLibrary.monitorCallback = cbfun;
} }