Remove trailing spaces

This commit is contained in:
Marco Antognini 2013-09-20 15:00:11 +02:00
parent c0f3587a7c
commit 2b8f20c89f
36 changed files with 771 additions and 771 deletions

View File

@ -48,7 +48,7 @@
}
}
- (void)sendEvent:(NSEvent *)anEvent
-(void)sendEvent:(NSEvent *)anEvent
{
if ([anEvent type] == NSKeyUp) {
[[[self mainWindow] firstResponder] tryToPerform:@selector(keyUp:)