cleaning up mixed tabs and spaces
[freeglut] / src / fg_display.c
index 280bb99..7688015 100644 (file)
@@ -42,10 +42,10 @@ void FGAPIENTRY glutPostRedisplay( void )
 {
     FREEGLUT_EXIT_IF_NOT_INITIALISED ( "glutPostRedisplay" );
     if ( ! fgStructure.CurrentWindow )
-       {
+    {
       fgError ( " ERROR:  Function <%s> called"
                 " with no current window defined.", "glutPostRedisplay" ) ;
-       }
+    }
 
     fgStructure.CurrentWindow->State.WorkMask |= GLUT_DISPLAY_WORK;
 }