mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +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
|
|
@ -48,7 +48,7 @@ use pathhelp;
|
|||
|
||||
my $stunnel = "stunnel";
|
||||
|
||||
my $verbose=0; # set to 1 for debugging
|
||||
my $verbose = 0; # set to 1 for debugging
|
||||
|
||||
my $accept_port = 8991; # our default, weird enough
|
||||
my $target_port = 8999; # default test http-server port
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue