mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-02 07:27:19 +08:00
Fixed spacing
This commit is contained in:
@@ -104,7 +104,7 @@ static SDL_JoystickDriver *SDL_joystick_drivers[] = {
|
|||||||
&SDL_VITA_JoystickDriver,
|
&SDL_VITA_JoystickDriver,
|
||||||
#endif
|
#endif
|
||||||
#ifdef SDL_JOYSTICK_N3DS
|
#ifdef SDL_JOYSTICK_N3DS
|
||||||
&SDL_N3DS_JoystickDriver
|
&SDL_N3DS_JoystickDriver,
|
||||||
#endif
|
#endif
|
||||||
#if defined(SDL_JOYSTICK_DUMMY) || defined(SDL_JOYSTICK_DISABLED)
|
#if defined(SDL_JOYSTICK_DUMMY) || defined(SDL_JOYSTICK_DISABLED)
|
||||||
&SDL_DUMMY_JoystickDriver
|
&SDL_DUMMY_JoystickDriver
|
||||||
|
|||||||
Reference in New Issue
Block a user