app/internal/windows: remove extra empty line

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-05-07 16:03:22 +02:00
parent 681bafce08
commit 630e0b494d
-1
View File
@@ -105,7 +105,6 @@ void gio_main(CFTypeRef viewRef, const char *title, CGFloat width, CGFloat heigh
[window setContentView:view];
[window makeFirstResponder:view];
[NSApp run];
}
}