Added missing vi lines.

This commit is contained in:
Philipp Wiesemann 2013-05-10 21:14:13 +02:00
parent cafc8e6dc1
commit 20a48b079c
3 changed files with 6 additions and 0 deletions

View file

@ -59,3 +59,5 @@ SDL_GetPowerInfo_Android(SDL_PowerState * state, int *seconds, int *percent)
#endif /* SDL_POWER_ANDROID */
#endif /* SDL_POWER_DISABLED */
/* vi: set ts=4 sw=4 expandtab: */

View file

@ -44,3 +44,5 @@ SDL_bool Android_HasClipboardText(_THIS)
}
#endif /* SDL_VIDEO_DRIVER_ANDROID */
/* vi: set ts=4 sw=4 expandtab: */

View file

@ -28,3 +28,5 @@ extern char *Android_GetClipboardText(_THIS);
extern SDL_bool Android_HasClipboardText(_THIS);
#endif /* _SDL_androidclipboard_h */
/* vi: set ts=4 sw=4 expandtab: */