summaryrefslogtreecommitdiffstats
path: root/generic/tkOldConfig.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-08-18 14:41:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-08-18 14:41:55 (GMT)
commit4660929af627a46789752dc4856f013ed2b5653a (patch)
treebde84757d465e8484bc5f66c956d3212363285a1 /generic/tkOldConfig.c
parent3525b8b01c138cbc30c498a9e0f9a587dab26e32 (diff)
downloadtk-4660929af627a46789752dc4856f013ed2b5653a.zip
tk-4660929af627a46789752dc4856f013ed2b5653a.tar.gz
tk-4660929af627a46789752dc4856f013ed2b5653a.tar.bz2
minor spacing, no functional change.
Diffstat (limited to 'generic/tkOldConfig.c')
-rw-r--r--generic/tkOldConfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkOldConfig.c b/generic/tkOldConfig.c
index 87f4987..920d93e 100644
--- a/generic/tkOldConfig.c
+++ b/generic/tkOldConfig.c
@@ -114,7 +114,7 @@ Tk_ConfigureWidget(
staticSpecs = GetCachedSpecs(interp, specs);
for (specPtr = staticSpecs; specPtr->type != TK_CONFIG_END; specPtr++) {
- specPtr->specFlags &= ~TK_CONFIG_OPTION_SPECIFIED;
+ specPtr->specFlags &= ~TK_CONFIG_OPTION_SPECIFIED;
}
/*