quakeforge/tools/Forge/Bundles/MapEdit/QuakeEd_main.m
Bill Currie 931900fbd3 Pass .m files through indent.
The result isn't perfect, but it cleans up the whitespace and makes the
code more consistent with the rest of the project.
2010-09-26 13:50:17 +09:00

7 lines
112 B
Objective-C

#include <AppKit/AppKit.h>
int
main (int argc, const char *argv[])
{
return NSApplicationMain (argc, argv);
}