whitespace sync
diff --git a/nchan.c b/nchan.c
index 5c18487..91c34de 100644
--- a/nchan.c
+++ b/nchan.c
@@ -58,7 +58,7 @@
  * ssh-1.2.27 as an example.
  *
  */
- 
+
 /* functions manipulating channel states */
 /*
  * EVENTS update channel input/output states execute ACTIONS
@@ -541,7 +541,7 @@
 			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: "