diff --git a/src/cocoa_window.m b/src/cocoa_window.m index 23fd0257..e508f8a1 100644 --- a/src/cocoa_window.m +++ b/src/cocoa_window.m @@ -1107,7 +1107,7 @@ void _glfwPlatformPollEvents(void) // Wait for new window and input events //======================================================================== -void _glfwPlatformWaitEvents( void ) +void _glfwPlatformWaitEvents(void) { // I wanted to pass NO to dequeue:, and rely on PollEvents to // dequeue and send. For reasons not at all clear to me, passing