From 7959b08a4db6e7646be7867a5c3b4d4f546eb85b Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 14 Nov 2024 09:25:57 -0800
Subject: [PATCH] Fixed spacing
---
src/joystick/SDL_joystick.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c
index e7fcc3b7fbeaf..7d03eda315c7f 100644
--- a/src/joystick/SDL_joystick.c
+++ b/src/joystick/SDL_joystick.c
@@ -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
};