- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
     [many files; did this manually to our top-level source dir]
     unexpand and remove end-of-line whitespace; ok markus@
diff --git a/nchan.c b/nchan.c
index d049a94..6c34720 100644
--- a/nchan.c
+++ b/nchan.c
@@ -481,7 +481,7 @@
 		return;
 	debug("channel %d: close_read", c->self);
 	if (c->sock != -1) {
-		/* 
+		/*
 		 * shutdown(sock, SHUT_READ) may return ENOTCONN if the
 		 * write side has been closed already. (bug on Linux)
 		 */