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