summaryrefslogtreecommitdiffstats
path: root/generic/tclAsync.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-11-10 03:41:44 (GMT)
committerdas <das@noemail.net>2007-11-10 03:41:44 (GMT)
commit0ecc61a5350f7488432d6eb7e812b0466828b77c (patch)
tree7b71baeb7c3db317dfe3fe9bd27c88d22d77f870 /generic/tclAsync.c
parent921217dfab76c1a9e9de17985fe4d7c30cae795f (diff)
downloadtcl-0ecc61a5350f7488432d6eb7e812b0466828b77c.zip
tcl-0ecc61a5350f7488432d6eb7e812b0466828b77c.tar.gz
tcl-0ecc61a5350f7488432d6eb7e812b0466828b77c.tar.bz2
fix formatting
FossilOrigin-Name: 932a0524ab5ff5fa0ad5a0920fbf8ac7b7d726a0
Diffstat (limited to 'generic/tclAsync.c')
-rw-r--r--generic/tclAsync.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclAsync.c b/generic/tclAsync.c
index 73c5073..5009fb8 100644
--- a/generic/tclAsync.c
+++ b/generic/tclAsync.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclAsync.c,v 1.11 2007/11/09 21:35:17 msofer Exp $
+ * RCS: @(#) $Id: tclAsync.c,v 1.12 2007/11/10 03:41:44 das Exp $
*/
#include "tclInt.h"
@@ -326,7 +326,8 @@ Tcl_AsyncReady(void)
}
int *
-TclGetAsyncReadyPtr(void) {
+TclGetAsyncReadyPtr(void)
+{
ThreadSpecificData *tsdPtr = TCL_TSD_INIT(&dataKey);
return &(tsdPtr->asyncReady);
}