summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-01 13:09:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-01 13:09:43 (GMT)
commit21ee9bfd9aa30e4d255bd9129cd0c134cee66fd4 (patch)
tree414baf17a681cafa070003129cb289232dfcdb92 /unix/tclUnixThrd.c
parenteba6ef86a9f558df5aefa64822b05a678517740d (diff)
parentd2a222320b58749794fb782bfe9c4c3c23038775 (diff)
downloadtcl-21ee9bfd9aa30e4d255bd9129cd0c134cee66fd4.zip
tcl-21ee9bfd9aa30e4d255bd9129cd0c134cee66fd4.tar.gz
tcl-21ee9bfd9aa30e4d255bd9129cd0c134cee66fd4.tar.bz2
Merge trunk. Remove excess spacing.
Diffstat (limited to 'unix/tclUnixThrd.c')
-rw-r--r--unix/tclUnixThrd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c
index 76b6b80..5030086 100644
--- a/unix/tclUnixThrd.c
+++ b/unix/tclUnixThrd.c
@@ -663,7 +663,7 @@ TclpInitAllocCache(void)
{
pthread_mutex_lock(allocLockPtr);
pthread_key_create(&key, TclpFreeAllocCache);
- pthread_mutex_unlock(allocLockPtr);
+ pthread_mutex_unlock(allocLockPtr);
}
void
@@ -677,7 +677,7 @@ TclpFreeAllocCache(
TclFreeAllocCache(ptr);
pthread_setspecific(key, NULL);
-
+
} else {
pthread_key_delete(key);
}