Formatting.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent e26fd639f9
commit ea8c7029a7
  1. 4
      src/cocoa_joystick.m

@ -466,7 +466,7 @@ int _glfwPlatformGetJoystickParam(int joy, int param)
if (!_glfwJoysticks[joy].present)
{
// TODO: Figure out if this is an error
return 0;
return GL_FALSE;
}
switch (param)
@ -484,7 +484,7 @@ int _glfwPlatformGetJoystickParam(int joy, int param)
break;
}
return 0;
return GL_FALSE;
}

Loading…
Cancel
Save