quakeforge/tools/Forge/Bundles/MapEdit/QuakeEd_main.m
Bill Currie d23300d58b 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-11-28 15:31:31 +09:00

7 lines
112 B
Objective-C

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