summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2002-07-01 14:30:38 +0000
committermaxim <maxim@FreeBSD.org>2002-07-01 14:30:38 +0000
commit2a203b39db5e78892b74fc1de42723b493f4425f (patch)
treea632cc194bd5f58fd0b9a431a2bcfa02bc37dbf3 /libexec/ftpd
parent53025a95ff19c99a706b837be94878f4cf52cff5 (diff)
downloadFreeBSD-src-2a203b39db5e78892b74fc1de42723b493f4425f.zip
FreeBSD-src-2a203b39db5e78892b74fc1de42723b493f4425f.tar.gz
Remove trailing whitespaces.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 769e220..fc06f9b 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -483,7 +483,7 @@ main(int argc, char *argv[], char **envp)
* Atomically write process ID
*/
if (pid_file)
- {
+ {
int fd;
char buf[20];
@@ -2765,7 +2765,7 @@ send_file_list(char *whichf)
dir->d_namlen == 2)
continue;
- snprintf(nbuf, sizeof(nbuf),
+ snprintf(nbuf, sizeof(nbuf),
"%s/%s", dirname, dir->d_name);
/*
OpenPOWER on IntegriCloud