Added vim spacing hints
This commit is contained in:
parent
c9c3d0381a
commit
220fd4679a
4 changed files with 7 additions and 2 deletions
|
@ -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)
|
||||||
[view removeFromSuperview];
|
[view removeFromSuperview];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* vi: set ts=4 sw=4 expandtab: */
|
||||||
|
|
|
@ -162,3 +162,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
/* vi: set ts=4 sw=4 expandtab: */
|
||||||
|
|
|
@ -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: */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue