]> andersk Git - openssh.git/commitdiff
whitespace sync
authorstevesk <stevesk>
Thu, 20 Sep 2001 19:33:33 +0000 (19:33 +0000)
committerstevesk <stevesk>
Thu, 20 Sep 2001 19:33:33 +0000 (19:33 +0000)
nchan.c

diff --git a/nchan.c b/nchan.c
index 5c18487fbb882e04e8b3144c6760c8c3d098a784..91c34dec89bb68da63a85287e7fe030917cccbeb 100644 (file)
--- 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: "
This page took 0.175935 seconds and 5 git commands to generate.