Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added missing vi lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 10, 2013
1 parent b12364b commit 8b87cac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/power/android/SDL_syspower.c
Expand Up @@ -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: */
2 changes: 2 additions & 0 deletions src/video/android/SDL_androidclipboard.c
Expand Up @@ -44,3 +44,5 @@ SDL_bool Android_HasClipboardText(_THIS)
}

#endif /* SDL_VIDEO_DRIVER_ANDROID */

/* vi: set ts=4 sw=4 expandtab: */
2 changes: 2 additions & 0 deletions src/video/android/SDL_androidclipboard.h
Expand Up @@ -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: */

0 comments on commit 8b87cac

Please sign in to comment.