mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove trailing whitespaces.
This commit is contained in:
parent
3af48c420b
commit
3ded9dcdae
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue