diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-02-28 13:56:26 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2010-02-28 13:56:26 +0000 |
| commit | 0f891bc48b827bea6455e58e23f8673134c0bf50 (patch) | |
| tree | 558884cc9e9c270d028e323852fd2ededc36cbf7 | |
| parent | c35463fdbee1563f7216757ba039cfb89b188897 (diff) | |
Adjusting indentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Fl_cocoa.mm | 14 |
1 files changed, 7 insertions, 7 deletions
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 |
