whitespace sync

This commit is contained in:
Kevin Steves 2001-09-20 19:33:33 +00:00
parent 1ce8f0c3e5
commit c3422eb890

View File

@ -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. * ssh-1.2.27 as an example.
* *
*/ */
/* functions manipulating channel states */ /* functions manipulating channel states */
/* /*
* EVENTS update channel input/output states execute ACTIONS * EVENTS update channel input/output states execute ACTIONS
@ -541,7 +541,7 @@ chan_shutdown_read(Channel *c)
error("channel %d: chan_shutdown_read: " error("channel %d: chan_shutdown_read: "
"shutdown() failed for fd%d [i%d o%d]: %.100s", "shutdown() failed for fd%d [i%d o%d]: %.100s",
c->self, c->sock, c->istate, c->ostate, c->self, c->sock, c->istate, c->ostate,
strerror(errno)); strerror(errno));
} else { } else {
if (channel_close_fd(&c->rfd) < 0) if (channel_close_fd(&c->rfd) < 0)
log("channel %d: chan_shutdown_read: " log("channel %d: chan_shutdown_read: "