From 9f42d64486d78ab2ab370e552ded7578ed2966c6 Mon Sep 17 00:00:00 2001 From: das Date: Sat, 10 Nov 2007 03:41:44 +0000 Subject: fix formatting --- generic/tclAsync.c | 5 +++-- 1 file 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); } -- cgit v0.12