summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2009-01-26 16:42:38 (GMT)
committerdkf <dkf@noemail.net>2009-01-26 16:42:38 (GMT)
commitd86edbc4a3933dd9dce5408c1373677044d256db (patch)
treef80b0d095da6c67b377533f2e31b79ae312d358c /generic/tclIORChan.c
parentf56f4ed0ec870ecf99b8a33e34e72c989beacde3 (diff)
downloadtcl-d86edbc4a3933dd9dce5408c1373677044d256db.zip
tcl-d86edbc4a3933dd9dce5408c1373677044d256db.tar.gz
tcl-d86edbc4a3933dd9dce5408c1373677044d256db.tar.bz2
minor formatting improvements
FossilOrigin-Name: 96c5ce1f39a19edfd2330aedde706fc9f370b200
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r--generic/tclIORChan.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index 66a65b8..cdda068 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclIORChan.c,v 1.37 2009/01/22 00:11:24 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclIORChan.c,v 1.38 2009/01/26 16:42:39 dkf Exp $
*/
#include <tclInt.h>
@@ -1061,8 +1061,9 @@ ReflectClose(
/*
* THREADED => Forward this to the origin thread
*
- * Note: DeleteThreadReflectedChannelMap() is the thread exit handler for the origin
- * thread. Use this to clean up the structure? Except if lost?
+ * Note: DeleteThreadReflectedChannelMap() is the thread exit handler
+ * for the origin thread. Use this to clean up the structure? Except
+ * if lost?
*/
#ifdef TCL_THREADS
@@ -1595,7 +1596,7 @@ ReflectBlock(
blockObj = Tcl_NewBooleanObj(!nonblocking);
- if (InvokeTclMethod(rcPtr, "blocking", blockObj, NULL, &resObj) != TCL_OK) {
+ if (InvokeTclMethod(rcPtr, "blocking", blockObj, NULL, &resObj)!=TCL_OK) {
Tcl_SetChannelError(rcPtr->chan, resObj);
errorNum = EINVAL;
} else {