summaryrefslogtreecommitdiffstats
path: root/generic/tclThread.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-01-09 11:21:45 (GMT)
committerdkf <dkf@noemail.net>2009-01-09 11:21:45 (GMT)
commitfa315dba1db389b3ab991fb90927359a8580ca06 (patch)
tree4aa51d7f8297e2b7b5f11c316610f06e345c362d /generic/tclThread.c
parentd077fb5a5f2ad30c6467ad7cf4c40a2559cf5f64 (diff)
downloadtcl-fa315dba1db389b3ab991fb90927359a8580ca06.zip
tcl-fa315dba1db389b3ab991fb90927359a8580ca06.tar.gz
tcl-fa315dba1db389b3ab991fb90927359a8580ca06.tar.bz2
Style fixes (unfouling whitespace, sorting comments, removing useless casts, etc.)
FossilOrigin-Name: cd3c38f00ada216d7bc93560d3d70012c2918343
Diffstat (limited to 'generic/tclThread.c')
-rw-r--r--generic/tclThread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclThread.c b/generic/tclThread.c
index 0feba5b..7d5d4dd 100644
--- a/generic/tclThread.c
+++ b/generic/tclThread.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclThread.c,v 1.21 2008/07/24 21:54:39 nijtmans Exp $
+ * RCS: @(#) $Id: tclThread.c,v 1.22 2009/01/09 11:21:46 dkf Exp $
*/
#include "tclInt.h"
@@ -99,7 +99,7 @@ Tcl_GetThreadData(
*keyPtr = result;
RememberSyncObject((char *) keyPtr, &keyRecord);
} else {
- result = *keyPtr;
+ result = *keyPtr;
}
#endif /* TCL_THREADS */
return result;