tidy-up: add space around operators, where missing

Closes #21793
This commit is contained in:
Viktor Szakats 2026-05-28 09:23:27 +02:00
parent de9bb509d1
commit 9591ff123d
No known key found for this signature in database
34 changed files with 128 additions and 128 deletions

View file

@ -218,7 +218,7 @@ sub runconfig {
}
# run curl command lines using -K
my $end = time() + $seconds/2;
my $end = time() + $seconds / 2;
my $c = 0;
print "Running command lines\n";
do {
@ -228,7 +228,7 @@ do {
print "$c command lines\n";
# run curl command lines
$end = time() + $seconds/2;
$end = time() + $seconds / 2;
$c = 0;
print "Running config lines\n";
do {

View file

@ -68,7 +68,7 @@ sub extract {
print O "/* !checksrc! disable BANNEDFUNC all */\n"; # for fopen()
print O "/* !checksrc! disable COPYRIGHT all */\n";
print O "/* !checksrc! disable UNUSEDIGNORE all */\n";
printf O "#line %d \"$f\"\n", $iline+1;
printf O "#line %d \"$f\"\n", $iline + 1;
}
}
elsif($syn == 2) {