summaryrefslogtreecommitdiffstats
path: root/win/tclWinThrd.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-01 13:06:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-01 13:06:40 (GMT)
commitf34e441fc16a51536c68eead8a87da4aa9306309 (patch)
treec343dfdcffdb2ec084f3b2523eaa6609c7983fe2 /win/tclWinThrd.c
parent2efac8287052129530eb33f10f980d5d67854789 (diff)
parentaa0288d6918b42ae6b13f1cd94180e28c4ce3750 (diff)
downloadtcl-f34e441fc16a51536c68eead8a87da4aa9306309.zip
tcl-f34e441fc16a51536c68eead8a87da4aa9306309.tar.gz
tcl-f34e441fc16a51536c68eead8a87da4aa9306309.tar.bz2
RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt. Eliminate exess spacing
Diffstat (limited to 'win/tclWinThrd.c')
-rw-r--r--win/tclWinThrd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c
index 4eb3573..987734d 100644
--- a/win/tclWinThrd.c
+++ b/win/tclWinThrd.c
@@ -974,11 +974,11 @@ TclpInitAllocCache(void)
* We need to make sure that TclpFreeAllocCache is called on each
* thread that calls this, but only on threads that call this.
*/
-
+
tlsKey = TlsAlloc();
if (tlsKey == TLS_OUT_OF_INDEXES) {
Tcl_Panic("could not allocate thread local storage");
- }
+ }
}
void *