mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
931900fbd3
The result isn't perfect, but it cleans up the whitespace and makes the code more consistent with the rest of the project.
7 lines
112 B
Objective-C
7 lines
112 B
Objective-C
#include <AppKit/AppKit.h>
|
|
|
|
int
|
|
main (int argc, const char *argv[])
|
|
{
|
|
return NSApplicationMain (argc, argv);
|
|
}
|