Stripped out tabs and end-of-line whitespace
[freeglut] / src / freeglut_callbacks.c
index 705c3d6..d7c998a 100644 (file)
@@ -128,7 +128,7 @@ void FGAPIENTRY glutTimerFunc( unsigned int timeOut, void (* callback)( int ),
 static void fghVisibility( int status )
 {
     int glut_status = GLUT_VISIBLE;
-    
+
     freeglut_assert_ready;
     freeglut_return_if_fail( fgStructure.Window );