diff options
author | das <das> | 2007-04-23 23:10:10 (GMT) |
---|---|---|
committer | das <das> | 2007-04-23 23:10:10 (GMT) |
commit | 948133ccb5aa5ba362b22d7ffcfdea0a4f7e6e73 (patch) | |
tree | 5027bdc69c8ba6d5978812f04032492136fa2f69 /macosx/tkMacOSXEvent.c | |
parent | 2b317e97b53e5c37ee9e11c5c5374714e4c01a6b (diff) | |
download | tk-948133ccb5aa5ba362b22d7ffcfdea0a4f7e6e73.zip tk-948133ccb5aa5ba362b22d7ffcfdea0a4f7e6e73.tar.gz tk-948133ccb5aa5ba362b22d7ffcfdea0a4f7e6e73.tar.bz2 |
fix whitespace & formatting
Diffstat (limited to 'macosx/tkMacOSXEvent.c')
-rw-r--r-- | macosx/tkMacOSXEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXEvent.c b/macosx/tkMacOSXEvent.c index 82aea7a..974898d 100644 --- a/macosx/tkMacOSXEvent.c +++ b/macosx/tkMacOSXEvent.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: tkMacOSXEvent.c,v 1.15 2007/04/23 21:24:33 das Exp $ + * RCS: @(#) $Id: tkMacOSXEvent.c,v 1.16 2007/04/23 23:10:10 das Exp $ */ #include "tkMacOSXInt.h" @@ -36,7 +36,7 @@ */ MODULE_SCOPE void -TkMacOSXFlushWindows (void) +TkMacOSXFlushWindows(void) { WindowRef wRef = GetWindowList(); |