I've just tried to run uncrustify over some Objective-C that contain private categories:
@interface SomeAppDelegate ()
- (void)myGreatMethod;
@end
Unfortunately, the following error is thrown:
Unmatched PAREN_OPEN
Is there something I can do to make this work properly?.
2009-12-22 06:37:08 UTC in Uncrustify Code Beautifier