Formatting

This commit is contained in:
Camilla Löwy
2017-02-23 17:46:59 +01:00
parent 5352e2caa0
commit 2ba461e348
4 changed files with 1 additions and 4 deletions
+1
View File
@@ -262,6 +262,7 @@ void _glfwSplitBPP(int bpp, int* red, int* green, int* blue)
GLFWAPI GLFWmonitor** glfwGetMonitors(int* count)
{
assert(count != NULL);
*count = 0;
_GLFW_REQUIRE_INIT_OR_RETURN(NULL);