some whitespace cleanup
[freeglut] / src / mswin / fg_joystick_mswin.c
index d584b59..e38c21a 100644 (file)
@@ -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 );