whitespace changes
[rocksndiamonds.git] / src / libgame / sdl.c
index 457f567ad59f461b3b90266785d9ec014bfa969d..04cfc0e739fbafa9ca8df4b92d94609e601ec28c 100644 (file)
@@ -2529,7 +2529,7 @@ static void setJoystickButton(int nr, int button_id_raw, int button_state)
 
 void HandleJoystickEvent(Event *event)
 {
-  switch(event->type)
+  switch (event->type)
   {
     case SDL_CONTROLLERDEVICEADDED:
 #if DEBUG_JOYSTICKS