summaryrefslogtreecommitdiffstats
path: root/win/tkWin3d.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2005-12-02 13:42:29 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2005-12-02 13:42:29 (GMT)
commit7c347e6d0f77ec044024a1e53e89eef9a6ab6532 (patch)
tree49c4c9b4409fc033804d54871d5cf9d6a92acc7c /win/tkWin3d.c
parentc5af5228d2839046d741f2c0e7832a5f34e045b7 (diff)
downloadtk-7c347e6d0f77ec044024a1e53e89eef9a6ab6532.zip
tk-7c347e6d0f77ec044024a1e53e89eef9a6ab6532.tar.gz
tk-7c347e6d0f77ec044024a1e53e89eef9a6ab6532.tar.bz2
More fixes (mostly getting rid of excess spaces)
Diffstat (limited to 'win/tkWin3d.c')
-rw-r--r--win/tkWin3d.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/tkWin3d.c b/win/tkWin3d.c
index 8d1002b..a619082 100644
--- a/win/tkWin3d.c
+++ b/win/tkWin3d.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: tkWin3d.c,v 1.8 2005/12/02 00:19:04 dkf Exp $
+ * RCS: @(#) $Id: tkWin3d.c,v 1.9 2005/12/02 13:42:29 dkf Exp $
*/
#include "tkWinInt.h"
@@ -455,9 +455,9 @@ TkpGetShadows(
lightColor.blue = (tmp1 > tmp2) ? tmp1 : tmp2;
}
- /*
- * Allocate the light shadow color and its GC
- */
+ /*
+ * Allocate the light shadow color and its GC
+ */
borderPtr->lightColorPtr = Tk_GetColorByValue(tkwin, &lightColor);
gcValues.foreground = borderPtr->lightColorPtr->pixel;