diff options
author | das <das> | 2006-10-31 22:26:06 (GMT) |
---|---|---|
committer | das <das> | 2006-10-31 22:26:06 (GMT) |
commit | 53b4ca31a6efbc3c3413e4bf2ab6c17703d36c13 (patch) | |
tree | 67c0792abdcdeafca79afb12c754e7d43946d09a /macosx | |
parent | 8d7015bb21beafc5861e3f6524b9efeba029b585 (diff) | |
download | tk-53b4ca31a6efbc3c3413e4bf2ab6c17703d36c13.zip tk-53b4ca31a6efbc3c3413e4bf2ab6c17703d36c13.tar.gz tk-53b4ca31a6efbc3c3413e4bf2ab6c17703d36c13.tar.bz2 |
whitespace
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: */ |