mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
tidy-up: add spaces around equal operators where missing
Found via regex search: `=[^~>= ]` Closes #21975
This commit is contained in:
parent
2a606c68fa
commit
e35ba09f47
56 changed files with 593 additions and 596 deletions
|
|
@ -110,7 +110,7 @@ while(@ARGV) {
|
|||
my $certfile = abs_path("certs/$cert.pem");
|
||||
my $keyfile = abs_path("certs/$cert.key");
|
||||
|
||||
my $cmdline="$nghttpx --backend=$connect ".
|
||||
my $cmdline = "$nghttpx --backend=$connect ".
|
||||
"--backend-keep-alive-timeout=500ms ".
|
||||
"--frontend=\"*,$listenport;no-tls\" ".
|
||||
"--frontend=\"*,$listenport2\" ".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue