Commit 220fd467 authored by Sam Lantinga's avatar Sam Lantinga

Added vim spacing hints

parent c9c3d038
...@@ -142,3 +142,5 @@ afterDelay:0.0]; ...@@ -142,3 +142,5 @@ afterDelay:0.0];
} }
@end @end
/* vi: set ts=4 sw=4 expandtab: */
...@@ -143,4 +143,4 @@ void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context) ...@@ -143,4 +143,4 @@ void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context)
[view removeFromSuperview]; [view removeFromSuperview];
} }
/* vi: set ts=4 sw=4 expandtab: */
...@@ -162,3 +162,5 @@ ...@@ -162,3 +162,5 @@
} }
@end @end
/* vi: set ts=4 sw=4 expandtab: */
...@@ -428,5 +428,6 @@ int SDL_iPhoneKeyboardToggle(SDL_Window * window) { ...@@ -428,5 +428,6 @@ int SDL_iPhoneKeyboardToggle(SDL_Window * window) {
return -1; return -1;
} }
#endif /* SDL_IPHONE_KEYBOARD */ #endif /* SDL_IPHONE_KEYBOARD */
/* vi: set ts=4 sw=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment