summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2001-08-30 02:32:00 +0000
committeralex <alex@FreeBSD.org>2001-08-30 02:32:00 +0000
commit487729ee2393f89aa3c87357445ab26d2213dc6e (patch)
tree26d53a220b97f8ff322b4c1597297bc6768ba5b0 /usr.bin/ftp
parent30bc91ada7d358a229e6c23987d421e53d3bd2b1 (diff)
downloadFreeBSD-src-487729ee2393f89aa3c87357445ab26d2213dc6e.zip
FreeBSD-src-487729ee2393f89aa3c87357445ab26d2213dc6e.tar.gz
Remove whitespace at end of line I happened to find during my last edit.
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r--usr.bin/ftp/fetch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/fetch.c b/usr.bin/ftp/fetch.c
index ee31d3e..c9b4640 100644
--- a/usr.bin/ftp/fetch.c
+++ b/usr.bin/ftp/fetch.c
@@ -201,7 +201,7 @@ url_get(origline, proxyenv)
if (portnum != NULL)
*portnum++ = '\0';
}
-
+
if (debug)
printf("host %s, port %s, path %s, save as %s.\n",
host, portnum, uri, savefile);
@@ -569,7 +569,7 @@ bad_ftp_url:
*portnum++ = '\0';
} else { /* classic style `host:file' */
char *end_brace;
-
+
if (*host == '[' &&
(end_brace = strrchr(host, ']')) != NULL) {
/*IPv6 addr in []*/
OpenPOWER on IntegriCloud