Sfoglia il codice sorgente

Added vi style for the Emscripten joystick code

Sam Lantinga 7 anni fa
parent
commit
4d4e18c4bb
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/joystick/emscripten/SDL_sysjoystick.c

+ 2 - 0
src/joystick/emscripten/SDL_sysjoystick.c

@@ -404,3 +404,5 @@ SDL_JoystickDriver SDL_EMSCRIPTEN_JoystickDriver =
 };
 
 #endif /* SDL_JOYSTICK_EMSCRIPTEN */
+
+/* vi: set ts=4 sw=4 expandtab: */