tidy-up: whitespace

Closes #12484
This commit is contained in:
Viktor Szakats 2023-12-07 19:06:02 +00:00
parent ca6bafce95
commit ede2e812c2
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
26 changed files with 6 additions and 30 deletions

View file

@ -412,7 +412,7 @@ sub sysread_or_die {
sub startsf {
my @mainsockfcmd = ("./server/sockfilt".exe_ext('SRV'),
"--ipv$ipvnum",
"--port", $port,
"--port", $port,
"--pidfile", $mainsockf_pidfile,
"--portfile", $portfile,
"--logfile", $mainsockf_logfile);