diff options
author | das <das> | 2007-01-19 00:36:45 (GMT) |
---|---|---|
committer | das <das> | 2007-01-19 00:36:45 (GMT) |
commit | 75ccccac84a02f2efe7d0cbf26581f83661cf935 (patch) | |
tree | 3b9d42722e73a1ddb738dbdea640d615e724a8ef /macosx | |
parent | 70241ed12dcc2b7c07c8f6d0e14654db03632683 (diff) | |
download | tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.zip tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.tar.gz tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.tar.bz2 |
whitespace
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXClipboard.c | 4 | ||||
-rw-r--r-- | macosx/tkMacOSXNotify.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/macosx/tkMacOSXClipboard.c b/macosx/tkMacOSXClipboard.c index e31afd6..03f700c 100644 --- a/macosx/tkMacOSXClipboard.c +++ b/macosx/tkMacOSXClipboard.c @@ -9,13 +9,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXClipboard.c,v 1.6 2006/03/24 14:58:01 das Exp $ + * RCS: @(#) $Id: tkMacOSXClipboard.c,v 1.7 2007/01/19 00:36:45 das Exp $ */ #include "tkMacOSXInt.h" #include "tkSelect.h" - + /* *---------------------------------------------------------------------- * diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c index 94ecb5d..3eb3a3f 100644 --- a/macosx/tkMacOSXNotify.c +++ b/macosx/tkMacOSXNotify.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXNotify.c,v 1.16 2006/03/28 02:43:24 das Exp $ + * RCS: @(#) $Id: tkMacOSXNotify.c,v 1.17 2007/01/19 00:36:45 das Exp $ */ #include "tkMacOSXInt.h" @@ -85,7 +85,7 @@ Tk_MacOSXSetupTkNotifier() } } } - + /* *---------------------------------------------------------------------- * @@ -149,7 +149,7 @@ CarbonEventsSetupProc(clientData, flags) Tcl_SetMaxBlockTime(&blockTime); } } - + /* *---------------------------------------------------------------------- * |