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 {