소스 검색

Fixed spacing

Sam Lantinga 1 년 전
부모
커밋
7959b08a4d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/joystick/SDL_joystick.c

+ 2 - 2
src/joystick/SDL_joystick.c

@@ -104,10 +104,10 @@ 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
 #endif
 #endif
 };
 };