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

Commit

Permalink
Added vim spacing hints
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 1, 2011
1 parent 4d10d3b commit 104964b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/video/uikit/SDL_uikitappdelegate.m
Expand Up @@ -142,3 +142,5 @@ - (void) applicationDidBecomeActive:(UIApplication*)application
}

@end

/* vi: set ts=4 sw=4 expandtab: */
2 changes: 1 addition & 1 deletion src/video/uikit/SDL_uikitopengles.m
Expand Up @@ -143,4 +143,4 @@ void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context)
[view removeFromSuperview];
}


/* vi: set ts=4 sw=4 expandtab: */
2 changes: 2 additions & 0 deletions src/video/uikit/SDL_uikitopenglview.m
Expand Up @@ -162,3 +162,5 @@ - (void)dealloc {
}

@end

/* vi: set ts=4 sw=4 expandtab: */
3 changes: 2 additions & 1 deletion src/video/uikit/SDL_uikitview.m
Expand Up @@ -428,5 +428,6 @@ int SDL_iPhoneKeyboardToggle(SDL_Window * window) {
return -1;
}


#endif /* SDL_IPHONE_KEYBOARD */

/* vi: set ts=4 sw=4 expandtab: */

0 comments on commit 104964b

Please sign in to comment.