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 /generic/tkCanvUtil.c | |
parent | 70241ed12dcc2b7c07c8f6d0e14654db03632683 (diff) | |
download | tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.zip tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.tar.gz tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.tar.bz2 |
whitespace
Diffstat (limited to 'generic/tkCanvUtil.c')
-rw-r--r-- | generic/tkCanvUtil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkCanvUtil.c b/generic/tkCanvUtil.c index 8cad646..0815df5 100644 --- a/generic/tkCanvUtil.c +++ b/generic/tkCanvUtil.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkCanvUtil.c,v 1.14 2005/11/04 15:23:05 dkf Exp $ + * RCS: @(#) $Id: tkCanvUtil.c,v 1.15 2007/01/19 00:36:45 das Exp $ */ #include "tkInt.h" @@ -682,6 +682,7 @@ Tk_CreateSmoothMethod( Tcl_SetAssocData(interp, "smoothMethod", SmoothMethodCleanupProc, (ClientData) ptr); } + /* *---------------------------------------------------------------------- * |