From d6210b11f3e595240a2aba51e773a4e8ffc2ec05 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 5 Oct 2012 05:42:47 +0200 Subject: [PATCH] Formatting. --- src/cocoa_window.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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