diff options
author | das <das> | 2007-01-19 00:41:33 (GMT) |
---|---|---|
committer | das <das> | 2007-01-19 00:41:33 (GMT) |
commit | 188b49552148e50849be26506adbb3ab3077ddb6 (patch) | |
tree | 2ba2bbbed79df84a6bd558cc685f2e78f8935491 | |
parent | 2696a81e647c227ce916f8a6ad6b889bf137ffa0 (diff) | |
download | tk-188b49552148e50849be26506adbb3ab3077ddb6.zip tk-188b49552148e50849be26506adbb3ab3077ddb6.tar.gz tk-188b49552148e50849be26506adbb3ab3077ddb6.tar.bz2 |
whitespace
-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 80d8e6c..e40312d 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.2.2.4 2006/03/28 02:44:13 das Exp $ + * RCS: @(#) $Id: tkMacOSXClipboard.c,v 1.2.2.5 2007/01/19 00:41:33 das Exp $ */ #include "tkMacOSXInt.h" #include "tkSelect.h" - + /* *---------------------------------------------------------------------- * diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c index 7d0266b..0ed72ee 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.5.2.9 2006/03/28 02:44:13 das Exp $ + * RCS: @(#) $Id: tkMacOSXNotify.c,v 1.5.2.10 2007/01/19 00:41:33 das Exp $ */ #include "tkMacOSXInt.h" @@ -85,7 +85,7 @@ Tk_MacOSXSetupTkNotifier() } } } - + /* *---------------------------------------------------------------------- * @@ -149,7 +149,7 @@ CarbonEventsSetupProc(clientData, flags) Tcl_SetMaxBlockTime(&blockTime); } } - + /* *---------------------------------------------------------------------- * |