summaryrefslogtreecommitdiffstats
path: root/generic/tkTest.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-21 12:14:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-21 12:14:16 (GMT)
commit367c0017115f5d49df42aa386b08064b12147602 (patch)
treede0b6542781213b1ea4e77b91638f0e497ec5955 /generic/tkTest.c
parent2d0096fbca6ae857e2d6711e058ca49ea3391e44 (diff)
downloadtk-367c0017115f5d49df42aa386b08064b12147602.zip
tk-367c0017115f5d49df42aa386b08064b12147602.tar.gz
tk-367c0017115f5d49df42aa386b08064b12147602.tar.bz2
Tiny whitespace changes for readability improvement.
Diffstat (limited to 'generic/tkTest.c')
-rw-r--r--generic/tkTest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkTest.c b/generic/tkTest.c
index 58f6d62..511024e 100644
--- a/generic/tkTest.c
+++ b/generic/tkTest.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkTest.c,v 1.45 2010/01/18 20:43:38 nijtmans Exp $
+ * RCS: @(#) $Id: tkTest.c,v 1.46 2010/02/21 12:14:16 dkf Exp $
*/
#undef STATIC_BUILD
@@ -124,8 +124,8 @@ typedef struct CBinding {
* Header for trivial configuration command items.
*/
-#define ODD TK_CONFIG_USER_BIT
-#define EVEN (TK_CONFIG_USER_BIT << 1)
+#define ODD TK_CONFIG_USER_BIT
+#define EVEN (TK_CONFIG_USER_BIT << 1)
enum {
NONE,