summaryrefslogtreecommitdiffstats
path: root/generic/tclLiteral.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2010-02-24 10:32:16 (GMT)
committerdkf <dkf@noemail.net>2010-02-24 10:32:16 (GMT)
commit9922e22153f7a4a4b4b4c13a2a6d4886fbf6c48a (patch)
treebb3ca2b92677cccc5b5f36dbbcc5eee5aafa3e7d /generic/tclLiteral.c
parent957eb6dc492a11633d5333641c4a5c3b10ba5c88 (diff)
downloadtcl-9922e22153f7a4a4b4b4c13a2a6d4886fbf6c48a.zip
tcl-9922e22153f7a4a4b4b4c13a2a6d4886fbf6c48a.tar.gz
tcl-9922e22153f7a4a4b4b4c13a2a6d4886fbf6c48a.tar.bz2
Pure whitespace changes, changing to follow Engineering Manual style.
FossilOrigin-Name: c81eddebbb969209a42ab4c210dd62f3080909d4
Diffstat (limited to 'generic/tclLiteral.c')
-rw-r--r--generic/tclLiteral.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclLiteral.c b/generic/tclLiteral.c
index 67d24a5..bcf2bd8 100644
--- a/generic/tclLiteral.c
+++ b/generic/tclLiteral.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: tclLiteral.c,v 1.40 2010/02/17 21:58:11 dkf Exp $
+ * RCS: @(#) $Id: tclLiteral.c,v 1.41 2010/02/24 10:32:17 dkf Exp $
*/
#include "tclInt.h"
@@ -926,7 +926,7 @@ HashString(
*/
for (i=0; i<length ; i++) {
- result += (result<<3) + UCHAR(bytes[i]);
+ result += (result<<3) + UCHAR(bytes[i]);
}
return result;
}