- 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/sftp-client.c b/sftp-client.c
index 458d736..c64a43f 100644
--- a/sftp-client.c
+++ b/sftp-client.c
@@ -222,7 +222,7 @@
 
 	get_msg(fd_in, &msg);
 
- 	/* Expecting a VERSION reply */
+	/* Expecting a VERSION reply */
 	if ((type = buffer_get_char(&msg)) != SSH2_FXP_VERSION) {
 		error("Invalid packet back from SSH2_FXP_INIT (type %d)",
 		    type);