From c1e664b6d681e4f59de361457e7487c138aaf31f Mon Sep 17 00:00:00 2001 From: Vincent Bénony Date: Thu, 3 Dec 2015 07:13:15 +0100 Subject: IOS: Replaces spaces with tabs --- backends/platform/iphone/iphone_main.mm | 4 ++-- backends/platform/iphone/osys_main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/platform/iphone') diff --git a/backends/platform/iphone/iphone_main.mm b/backends/platform/iphone/iphone_main.mm index e8ea060679..d32196090c 100644 --- a/backends/platform/iphone/iphone_main.mm +++ b/backends/platform/iphone/iphone_main.mm @@ -104,13 +104,13 @@ int main(int argc, char **argv) { _window = [[UIWindow alloc] initWithFrame:rect]; [_window retain]; - _controller = [[ScummVMViewController alloc] init]; + _controller = [[ScummVMViewController alloc] init]; _view = [[iPhoneView alloc] initWithFrame:rect]; _view.multipleTouchEnabled = YES; _controller.view = _view; - [_window setRootViewController:_controller]; + [_window setRootViewController:_controller]; [_window makeKeyAndVisible]; [[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications]; diff --git a/backends/platform/iphone/osys_main.cpp b/backends/platform/iphone/osys_main.cpp index 9d0a7f4411..c1b55c297e 100644 --- a/backends/platform/iphone/osys_main.cpp +++ b/backends/platform/iphone/osys_main.cpp @@ -90,7 +90,7 @@ OSystem_IPHONE::~OSystem_IPHONE() { } bool OSystem_IPHONE::touchpadModeEnabled() const { - return _touchpadModeEnabled; + return _touchpadModeEnabled; } int OSystem_IPHONE::timerHandler(int t) { -- cgit v1.2.3