From abb3c39c7829c595b323fdf09353c50d8d0507db Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Mon, 23 May 2016 21:11:12 -0700 Subject: [PATCH] Spaces to tabs --- darwin/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/main.m b/darwin/main.m index 7ea860c9..15c91fea 100644 --- a/darwin/main.m +++ b/darwin/main.m @@ -130,7 +130,7 @@ void uiUninit(void) @autoreleasepool { uninitMenus(); - [appDelegate() release]; + [appDelegate() release]; [realNSApp() setDelegate:nil]; [realNSApp() release]; uninitAlloc();