SVN commit 1102366 by mikearthur: Slightly clean up Obj-C definition. M +3 -3 MacCocoaApplication.mm --- trunk/playground/utils/charm/trunk/Charm/MacCocoaApplication.mm #1102365:1102366 @@ -25,9 +25,9 @@ { [[NSAutoreleasePool alloc] init]; - m_eventMonitor = [NSEvent addLocalMonitorForEventsMatchingMask: - NSKeyDownMask handler: - ^(NSEvent *incomingEvent) { + m_eventMonitor = [NSEvent + addLocalMonitorForEventsMatchingMask:NSKeyDownMask + handler:^(NSEvent *incomingEvent) { return cocoaEventFilter(incomingEvent); }];