formatting fixes

This commit is contained in:
Ben Byer 2007-11-07 03:56:44 -08:00 committed by Ben Byer
parent bd269d0d78
commit 338c1aedbd

View File

@ -796,19 +796,13 @@ void X11ApplicationMain (int argc, const char *argv[],
#endif #endif
pool = [[NSAutoreleasePool alloc] init]; pool = [[NSAutoreleasePool alloc] init];
X11App = (X11Application *) [X11Application sharedApplication]; X11App = (X11Application *) [X11Application sharedApplication];
init_ports (); init_ports ();
[NSApp read_defaults]; [NSApp read_defaults];
[NSBundle loadNibNamed:@"main" owner:NSApp]; [NSBundle loadNibNamed:@"main" owner:NSApp];
[[NSNotificationCenter defaultCenter] addObserver:NSApp [[NSNotificationCenter defaultCenter] addObserver:NSApp
selector:@selector (became_key:) selector:@selector (became_key:)
name:NSWindowDidBecomeKeyNotification object:nil]; name:NSWindowDidBecomeKeyNotification object:nil];
check_xinitrc (); check_xinitrc ();
/* /*
@ -827,6 +821,8 @@ void X11ApplicationMain (int argc, const char *argv[],
} }
[NSApp run]; [NSApp run];
/* not reached */
} }