tidy-up: whitespace

Closes #18553
This commit is contained in:
Viktor Szakats 2025-09-02 14:20:26 +02:00
parent 61b79dee79
commit a4196e2249
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
23 changed files with 51 additions and 90 deletions

View file

@ -936,7 +936,6 @@ sub scanfile {
my $diff = $second - $first;
checkwarn("INDENTATION", $line, length($1), $file, $ol,
"not indented $indent steps (uses $diff)");
}
}
}