Added vim spacing hints

This commit is contained in:
Sam Lantinga 2011-02-01 09:00:47 -08:00
parent c9c3d0381a
commit 220fd4679a
4 changed files with 7 additions and 2 deletions

View file

@ -142,3 +142,5 @@ afterDelay:0.0];
}
@end
/* vi: set ts=4 sw=4 expandtab: */

View file

@ -143,4 +143,4 @@ void UIKit_GL_DeleteContext(_THIS, SDL_GLContext context)
[view removeFromSuperview];
}
/* vi: set ts=4 sw=4 expandtab: */

View file

@ -162,3 +162,5 @@
}
@end
/* vi: set ts=4 sw=4 expandtab: */

View file

@ -428,5 +428,6 @@ int SDL_iPhoneKeyboardToggle(SDL_Window * window) {
return -1;
}
#endif /* SDL_IPHONE_KEYBOARD */
/* vi: set ts=4 sw=4 expandtab: */