Added vim spacing hints

This commit is contained in:
Sam Lantinga
2011-02-01 09:00:47 -08:00
parent eb67b9777b
commit 39de371db9
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: */