1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Formatting.

This commit is contained in:
Camilla Berglund 2012-10-05 05:42:47 +02:00
parent 6ac7af38d9
commit d6210b11f3

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