diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-11-21 16:15:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-11-21 16:15:40 (GMT) |
commit | b04a66064750406884bc65f57f4a4e8b63f69930 (patch) | |
tree | c6d1adfa08fe311a7397c644485cf0d197c241fc /macosx/tkMacOSXMenu.c | |
parent | d1f6536c011946290849f4bc9dea8ac64774a1b7 (diff) | |
download | tk-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.c | 4 |
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]; |