- 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.c b/sftp.c
index 0dca12d..be4954b 100644
--- a/sftp.c
+++ b/sftp.c
@@ -125,14 +125,14 @@
 	return(args);
 }
 
-void 
+void
 usage(void)
 {
 	fprintf(stderr, "usage: sftp [-vC] [-osshopt=value] [user@]host\n");
 	exit(1);
 }
 
-int 
+int
 main(int argc, char **argv)
 {
 	int in, out, i, debug_level, compress_flag;