mirror of
https://github.com/glfw/glfw.git
synced 2026-08-29 03:04:14 +02:00
Formatting.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user