Explorar el Código

Added vi style for the Emscripten joystick code

Sam Lantinga hace 7 años
padre
commit
4d4e18c4bb
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: */