some whitespace cleanup
[freeglut] / src / mswin / fg_joystick_mswin.c
index aefa192..e38c21a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * freeglut_joystick_mswin.c
+ * fg_joystick_mswin.c
  *
  * The Windows-specific mouse cursor related stuff.
  *
@@ -170,7 +170,7 @@ static int fghJoystickGetOEMProductName ( SFG_Joystick* joy, char *buf, int buf_
 
 void fgPlatformJoystickOpen( SFG_Joystick* joy )
 {
-       int i = 0;
+    int i = 0;
 
     joy->pJoystick.js.dwFlags = JOY_RETURNALL;
     joy->pJoystick.js.dwSize  = sizeof( joy->pJoystick.js );