Remove extra spaces

This commit is contained in:
Luflosi
2019-06-08 00:43:18 +02:00
parent c89d1643f4
commit fbc4d3e1be

View File

@@ -220,7 +220,7 @@ GLFWbool refreshMonitorScreen(_GLFWmonitor* monitor)
if (monitor->ns.screen)
return GLFW_TRUE;
for (NSScreen* screen in [NSScreen screens])
for (NSScreen* screen in [NSScreen screens])
{
NSNumber* displayID = [screen deviceDescription][@"NSScreenNumber"];
@@ -234,7 +234,7 @@ GLFWbool refreshMonitorScreen(_GLFWmonitor* monitor)
}
}
_glfwInputError(GLFW_PLATFORM_ERROR, "Cocoa: Failed to find a screen for monitor");
_glfwInputError(GLFW_PLATFORM_ERROR, "Cocoa: Failed to find a screen for monitor");
return GLFW_FALSE;
}