Code formatting tweak
[freeglut] / src / freeglut_window.c
index 3723520..a921535 100644 (file)
@@ -1038,7 +1038,7 @@ void FGAPIENTRY glutFullScreen( void )
                       rect.bottom - rect.top,
                       SWP_NOACTIVATE | SWP_NOOWNERZORDER | SWP_NOSENDCHANGING |
                       SWP_NOZORDER
-        );
+                    );
 #endif
     }
 }