summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-04 10:20:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-04 10:20:05 (GMT)
commit8cfade5b0fa56912715446ea7a2dd1958cc214f0 (patch)
treec194fcc2d81698041630a4a048fbf54830f1fd6d /generic/tclDictObj.c
parent75225f0f64618f3ad8ae3424eb84a7ed59ffd1f3 (diff)
parent5cfe99ddfef51d700eee80c9f766fab9c458038e (diff)
downloadtcl-8cfade5b0fa56912715446ea7a2dd1958cc214f0.zip
tcl-8cfade5b0fa56912715446ea7a2dd1958cc214f0.tar.gz
tcl-8cfade5b0fa56912715446ea7a2dd1958cc214f0.tar.bz2
Eliminate unnessessary end-of-line spacing. No functional change.
Diffstat (limited to 'generic/tclDictObj.c')
-rw-r--r--generic/tclDictObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclDictObj.c b/generic/tclDictObj.c
index 15fbe1e..980f0a8 100644
--- a/generic/tclDictObj.c
+++ b/generic/tclDictObj.c
@@ -631,7 +631,7 @@ SetDictFromAny(
}
for (i=0 ; i<objc ; i+=2) {
-
+
/* Store key and value in the hash table we're building. */
hPtr = CreateChainEntry(dict, objv[i], &isNew);
if (!isNew) {