mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 02:31:46 +00:00
Formatting.
This commit is contained in:
parent
2b0f8c2f1e
commit
17cac4bfa0
@ -44,12 +44,12 @@
|
|||||||
GLFWAPI GLFWmonitor glfwGetNextMonitor(GLFWmonitor handle)
|
GLFWAPI GLFWmonitor glfwGetNextMonitor(GLFWmonitor handle)
|
||||||
{
|
{
|
||||||
_GLFWmonitor* iterator = (_GLFWmonitor*) handle;
|
_GLFWmonitor* iterator = (_GLFWmonitor*) handle;
|
||||||
_GLFWmonitor* result = NULL;
|
_GLFWmonitor* result;
|
||||||
|
|
||||||
if (!_glfwInitialized)
|
if (!_glfwInitialized)
|
||||||
{
|
{
|
||||||
_glfwSetError(GLFW_NOT_INITIALIZED, NULL);
|
_glfwSetError(GLFW_NOT_INITIALIZED, NULL);
|
||||||
return result;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (iterator == NULL)
|
if (iterator == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user