From 0f891bc48b827bea6455e58e23f8673134c0bf50 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 28 Feb 2010 13:56:26 +0000 Subject: Adjusting indentation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index ce6580a89..510c20a53 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -1526,13 +1526,13 @@ extern "C" { // still needed for the system menu. - (void)sendEvent:(NSEvent *)theEvent { - NSEventType type = [theEvent type]; - NSWindow *key = [self keyWindow]; - if (key && type == NSKeyUp) { - [key sendEvent:theEvent]; - } else { - [super sendEvent:theEvent]; - } + NSEventType type = [theEvent type]; + NSWindow *key = [self keyWindow]; + if (key && type == NSKeyUp) { + [key sendEvent:theEvent]; + } else { + [super sendEvent:theEvent]; + } } @end -- cgit v1.2.3