diff options
author | das <das> | 2007-09-13 16:13:19 (GMT) |
---|---|---|
committer | das <das> | 2007-09-13 16:13:19 (GMT) |
commit | 54ead4e58f1ee9ecd97625f3aa3f507a288d7ba8 (patch) | |
tree | d3f55b55bbf791460d82e71f7e3e687ac508dae5 /generic/tclBasic.c | |
parent | 6727c60fc8fb34e49299e93c7c9ac1502935b9b0 (diff) | |
download | tcl-54ead4e58f1ee9ecd97625f3aa3f507a288d7ba8.zip tcl-54ead4e58f1ee9ecd97625f3aa3f507a288d7ba8.tar.gz tcl-54ead4e58f1ee9ecd97625f3aa3f507a288d7ba8.tar.bz2 |
whitespace
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 270f3e2..fd37b89 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBasic.c,v 1.75.2.27 2007/09/13 15:28:10 das Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.75.2.28 2007/09/13 16:13:19 das Exp $ */ #include "tclInt.h" @@ -6159,7 +6159,7 @@ DTraceObjCmd( return TCL_OK; } #endif /* USE_DTRACE */ - + /* * Local Variables: * mode: c |