diff -r 51cda17b7c3b -r 2b5625c4ec16 cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h
--- a/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h	Sun Jan 24 07:37:00 2010 +0000
+++ b/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h	Sun Jan 24 13:37:03 2010 +0000
@@ -24,7 +24,7 @@
 #import "SDL_video.h"
 
 @interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> {
-    UIWindow *window;
+	UIWindow *window;
 	SDL_WindowID windowID;
 	UITabBarController *controller;
 }