1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Remove trailing whitespaces.

This commit is contained in:
Maxim Konovalov 2002-07-01 14:30:38 +00:00
parent 3af48c420b
commit 3ded9dcdae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99213

View File

@ -483,7 +483,7 @@ main(int argc, char *argv[], char **envp)
* Atomically write process ID * Atomically write process ID
*/ */
if (pid_file) if (pid_file)
{ {
int fd; int fd;
char buf[20]; char buf[20];
@ -2765,7 +2765,7 @@ send_file_list(char *whichf)
dir->d_namlen == 2) dir->d_namlen == 2)
continue; continue;
snprintf(nbuf, sizeof(nbuf), snprintf(nbuf, sizeof(nbuf),
"%s/%s", dirname, dir->d_name); "%s/%s", dirname, dir->d_name);
/* /*