mirror of
https://github.com/curl/curl.git
synced 2026-08-02 18:20:29 +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
|
|
@ -86,9 +86,9 @@ static const unsigned char hugehelpgz[] = {
|
|||
HEAD
|
||||
;
|
||||
|
||||
my $c=0;
|
||||
my $c = 0;
|
||||
for(split(//, $gzippedContent)) {
|
||||
my $num=ord($_);
|
||||
my $num = ord($_);
|
||||
if(!($c % 12)) {
|
||||
print " ";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue