diff options
author | das <das@noemail.net> | 2006-10-31 22:26:05 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-10-31 22:26:05 (GMT) |
commit | 474ee062193b5a4759e3b25b261bb10dd48049be (patch) | |
tree | 67c0792abdcdeafca79afb12c754e7d43946d09a /macosx | |
parent | 0486003898e3f9eddcbd70c521c1af8267b775ea (diff) | |
download | tk-474ee062193b5a4759e3b25b261bb10dd48049be.zip tk-474ee062193b5a4759e3b25b261bb10dd48049be.tar.gz tk-474ee062193b5a4759e3b25b261bb10dd48049be.tar.bz2 |
whitespace
FossilOrigin-Name: 54e892e3f387aed18340c3153727514bf7937e65
Diffstat (limited to 'macosx')
-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 9f24e9b..6a6d8f3 100644 --- a/macosx/tkMacOSXMenu.c +++ b/macosx/tkMacOSXMenu.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.33 2006/09/11 14:41:04 das Exp $ + * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.34 2006/10/31 22:26:06 das Exp $ */ #include "tkMacOSXInt.h" @@ -223,7 +223,7 @@ static MenuItemDrawingUPP tkThemeMenuItemDrawingUPP; static Tcl_Obj *useMDEFVar; MenuRef tkCurrentAppleMenu = NULL; - + /* * Forward declarations for procedures defined later in this file: */ |