cleaning up mixed tabs and spaces
[freeglut] / src / fg_display.c
index 3b65d83..7688015 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * freeglut_display.c
+ * fg_display.c
  *
  * Display message posting, context buffer swapping.
  *
@@ -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;
 }