summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenu.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-11-21 16:15:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-11-21 16:15:40 (GMT)
commitb04a66064750406884bc65f57f4a4e8b63f69930 (patch)
treec6d1adfa08fe311a7397c644485cf0d197c241fc /macosx/tkMacOSXMenu.c
parentd1f6536c011946290849f4bc9dea8ac64774a1b7 (diff)
downloadtk-b04a66064750406884bc65f57f4a4e8b63f69930.zip
tk-b04a66064750406884bc65f57f4a4e8b63f69930.tar.gz
tk-b04a66064750406884bc65f57f4a4e8b63f69930.tar.bz2
Remove unnecessary end-of-line spacing
Diffstat (limited to 'macosx/tkMacOSXMenu.c')
-rw-r--r--macosx/tkMacOSXMenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c
index a8e9f2f..85e1d6c 100644
--- a/macosx/tkMacOSXMenu.c
+++ b/macosx/tkMacOSXMenu.c
@@ -757,7 +757,7 @@ TkpPostMenu(
* to be posted. */
int y) /* The global y-coordinate */
{
-
+
/* Get the object that holds this Tk Window.*/
Tk_Window root;
@@ -765,7 +765,7 @@ TkpPostMenu(
if (root == NULL) {
return TCL_ERROR;
}
-
+
Drawable d = Tk_WindowId(root);
NSView *rootview = TkMacOSXGetRootControl(d);
NSWindow *win = [rootview window];