mirror of
https://github.com/glfw/glfw.git
synced 2024-11-23 02:25:10 +00:00
Formatting.
This commit is contained in:
parent
e26fd639f9
commit
ea8c7029a7
@ -466,7 +466,7 @@ int _glfwPlatformGetJoystickParam(int joy, int param)
|
|||||||
if (!_glfwJoysticks[joy].present)
|
if (!_glfwJoysticks[joy].present)
|
||||||
{
|
{
|
||||||
// TODO: Figure out if this is an error
|
// TODO: Figure out if this is an error
|
||||||
return 0;
|
return GL_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (param)
|
switch (param)
|
||||||
@ -484,7 +484,7 @@ int _glfwPlatformGetJoystickParam(int joy, int param)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return GL_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user