- djm@cvs.openbsd.org 2003/11/21 11:57:03
     [everything]
     unexpand and delete whitespace at EOL; ok markus@
     (done locally and RCS IDs synced)
diff --git a/sshpty.c b/sshpty.c
index 4747cea..50b1f2b 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -343,7 +343,7 @@
 	if (fd < 0)
 		error("open /dev/tty failed - could not set controlling tty: %.100s",
 		    strerror(errno));
-	else 
+	else
 		close(fd);
 #endif /* _UNICOS */
 }