summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-01-26 16:42:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-01-26 16:42:39 (GMT)
commit8752714aa15af36681d96e5b8f017aabb9e81d23 (patch)
treef80b0d095da6c67b377533f2e31b79ae312d358c /generic/tclIORChan.c
parent06246dc255be570cc95cf8e6234f079b4b93f94a (diff)
downloadtcl-8752714aa15af36681d96e5b8f017aabb9e81d23.zip
tcl-8752714aa15af36681d96e5b8f017aabb9e81d23.tar.gz
tcl-8752714aa15af36681d96e5b8f017aabb9e81d23.tar.bz2
minor formatting improvements
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 {