diff options
author | 2001-02-04 15:32:22 +0000 | |
---|---|---|
committer | 2001-02-04 15:32:22 +0000 | |
commit | c998415248f8dda5010c909b0625fd6fc663ad09 (patch) | |
tree | 28b51d2746b42e74aecd1cc255311ff92e566dc4 /usr.bin/ssh/scp.c | |
parent | make gcc on the alpha even happier (diff) | |
download | wireguard-openbsd-c998415248f8dda5010c909b0625fd6fc663ad09.tar.xz wireguard-openbsd-c998415248f8dda5010c909b0625fd6fc663ad09.zip |
unexpand and remove end-of-line whitespace; ok markus@
Diffstat (limited to 'usr.bin/ssh/scp.c')
-rw-r--r-- | usr.bin/ssh/scp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.c b/usr.bin/ssh/scp.c index 4180cdade85..7a7fbb2a83c 100644 --- a/usr.bin/ssh/scp.c +++ b/usr.bin/ssh/scp.c @@ -75,7 +75,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: scp.c,v 1.51 2001/01/21 19:05:55 markus Exp $"); +RCSID("$OpenBSD: scp.c,v 1.52 2001/02/04 15:32:24 stevesk Exp $"); #include "xmalloc.h" #include "atomicio.h" @@ -292,7 +292,7 @@ main(argc, argv) remin = STDIN_FILENO; remout = STDOUT_FILENO; - if (fflag) { + if (fflag) { /* Follow "protocol", send data. */ (void) response(); source(argc, argv); |