Formatting.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 2b0f8c2f1e
commit 17cac4bfa0
  1. 4
      src/monitor.c

@ -44,12 +44,12 @@
GLFWAPI GLFWmonitor glfwGetNextMonitor(GLFWmonitor handle)
{
_GLFWmonitor* iterator = (_GLFWmonitor*) handle;
_GLFWmonitor* result = NULL;
_GLFWmonitor* result;
if (!_glfwInitialized)
{
_glfwSetError(GLFW_NOT_INITIALIZED, NULL);
return result;
return NULL;
}
if (iterator == NULL)

Loading…
Cancel
Save