Added missing vi lines.

This commit is contained in:
Philipp Wiesemann
2013-05-10 21:14:13 +02:00
parent b6cc5b3088
commit 06f4beb78f
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: */