diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-05 10:42:58 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-05 10:42:58 +0000 |
commit | 02c12690501dd69ae54a130f3538850e9f71a8a5 (patch) | |
tree | 4b472611de083ca3954acd20b33b80560d715f98 /usr.bin/ssh/sftp.c | |
parent | 9b570cbbaaff205ba9a0ca197d8de47e4c88e394 (diff) |
fix whitespace: unexpand + trailing spaces.
Diffstat (limited to 'usr.bin/ssh/sftp.c')
-rw-r--r-- | usr.bin/ssh/sftp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sftp.c b/usr.bin/ssh/sftp.c index 354ef7da318..7e61c5333fb 100644 --- a/usr.bin/ssh/sftp.c +++ b/usr.bin/ssh/sftp.c @@ -24,7 +24,7 @@ #include "includes.h" -RCSID("$OpenBSD: sftp.c,v 1.11 2001/03/07 10:11:23 djm Exp $"); +RCSID("$OpenBSD: sftp.c,v 1.12 2001/04/05 10:42:54 markus Exp $"); /* XXX: commandline mode */ /* XXX: copy between two remote hosts (commandline) */ @@ -184,9 +184,9 @@ main(int argc, char **argv) case 'b': if (infile == stdin) { infile = fopen(optarg, "r"); - if (infile == NULL) + if (infile == NULL) fatal("%s (%s).", strerror(errno), optarg); - } else + } else fatal("Filename already specified."); break; case 'h': |