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/tkGeometry.c | |
parent | 70241ed12dcc2b7c07c8f6d0e14654db03632683 (diff) | |
download | tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.zip tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.tar.gz tk-75ccccac84a02f2efe7d0cbf26581f83661cf935.tar.bz2 |
whitespace
Diffstat (limited to 'generic/tkGeometry.c')
-rw-r--r-- | generic/tkGeometry.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkGeometry.c b/generic/tkGeometry.c index 5c862e5..3f42def 100644 --- a/generic/tkGeometry.c +++ b/generic/tkGeometry.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: tkGeometry.c,v 1.8 2007/01/03 05:06:26 nijtmans Exp $ + * RCS: @(#) $Id: tkGeometry.c,v 1.9 2007/01/19 00:36:45 das Exp $ */ #include "tkPort.h" @@ -232,6 +232,7 @@ Tk_SetInternalBorderEx(tkwin, left, right, top, bottom) Tk_ResizeWindow(tkwin, Tk_Width(tkwin), Tk_Height(tkwin)); } } + /* *---------------------------------------------------------------------- * |