summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXHLEvents.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-16 07:41:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-16 07:41:01 (GMT)
commitb759c79faef78af4298e356f590b3d3a35b5ae01 (patch)
tree086c86b546650518426dcc5803be311f66cb3831 /macosx/tkMacOSXHLEvents.c
parent79f10dcb586890630b25aa27250f270b39125713 (diff)
downloadtk-b759c79faef78af4298e356f590b3d3a35b5ae01.zip
tk-b759c79faef78af4298e356f590b3d3a35b5ae01.tar.gz
tk-b759c79faef78af4298e356f590b3d3a35b5ae01.tar.bz2
Simplify NewNativeObj(), since its last parameter is always -1.
Change Tcl_StringMatch() calls to Tcl_StringCaseMatch() A few end-of-line unnecessary spacings.
Diffstat (limited to 'macosx/tkMacOSXHLEvents.c')
-rw-r--r--macosx/tkMacOSXHLEvents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXHLEvents.c b/macosx/tkMacOSXHLEvents.c
index 7801fc3..42c15f4 100644
--- a/macosx/tkMacOSXHLEvents.c
+++ b/macosx/tkMacOSXHLEvents.c
@@ -328,7 +328,7 @@ static char* scriptTextProc = "::tk::mac::DoScriptText";
}
}
}
-
+
- (void)handleURLEvent:(NSAppleEventDescriptor*)event
withReplyEvent:(NSAppleEventDescriptor*)replyEvent
{