summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-09-20 19:33:33 +0000
committerKevin Steves <stevesk@pobox.com>2001-09-20 19:33:33 +0000
commitc3422eb89094e4e56710b2fccfc7aff6294b1cab (patch)
tree6eb6c6c46a55331f585ee1f0e830c632c4c0f4bc /nchan.c
parent1ce8f0c3e563e890b5299ee61f1639b07317992c (diff)
downloadopenssh-git-c3422eb89094e4e56710b2fccfc7aff6294b1cab.tar.gz
whitespace sync
Diffstat (limited to 'nchan.c')
-rw-r--r--nchan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nchan.c b/nchan.c
index 5c18487f..91c34dec 100644
--- a/nchan.c
+++ b/nchan.c
@@ -58,7 +58,7 @@ RCSID("$OpenBSD: nchan.c,v 1.31 2001/07/17 21:04:57 markus Exp $");
* ssh-1.2.27 as an example.
*
*/
-
+
/* functions manipulating channel states */
/*
* EVENTS update channel input/output states execute ACTIONS
@@ -541,7 +541,7 @@ chan_shutdown_read(Channel *c)
error("channel %d: chan_shutdown_read: "
"shutdown() failed for fd%d [i%d o%d]: %.100s",
c->self, c->sock, c->istate, c->ostate,
- strerror(errno));
+ strerror(errno));
} else {
if (channel_close_fd(&c->rfd) < 0)
log("channel %d: chan_shutdown_read: "