Formatting.

This commit is contained in:
Camilla Berglund 2012-10-05 05:42:47 +02:00
parent 6ac7af38d9
commit d6210b11f3
1 changed files with 1 additions and 1 deletions

View File

@ -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