mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 02:43:30 +08:00
Fixed spacing
This commit is contained in:
parent
6ca8269b96
commit
7959b08a4d
@ -104,10 +104,10 @@ static SDL_JoystickDriver *SDL_joystick_drivers[] = {
|
||||
&SDL_VITA_JoystickDriver,
|
||||
#endif
|
||||
#ifdef SDL_JOYSTICK_N3DS
|
||||
&SDL_N3DS_JoystickDriver
|
||||
&SDL_N3DS_JoystickDriver,
|
||||
#endif
|
||||
#if defined(SDL_JOYSTICK_DUMMY) || defined(SDL_JOYSTICK_DISABLED)
|
||||
&SDL_DUMMY_JoystickDriver
|
||||
&SDL_DUMMY_JoystickDriver
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user