Remove trailing spaces (#665)

* Remove trailing spaces

* PR-665 -  Remove trailing spaces

- Updated not stable test t/pt-online-schema-change/preserve_triggers.t
- Updated utilities in bin directory

* PR-665 -  Remove trailing spaces

- Fixed typos

* PR-665 -  Remove trailing spaces

- Fixed typos

---------

Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com>
This commit is contained in:
Viktor Szépe
2023-09-06 00:15:12 +02:00
committed by GitHub
parent 8bf97c9ca7
commit 2bd40d8c39
570 changed files with 5557 additions and 5557 deletions

View File

@@ -137,7 +137,7 @@ sub parse_options {
map { printf $fmt, $opts[$_], $sorted[$_] }
grep { $opts[$_] ne $sorted[$_] }
($i..$#sorted);
last;
last;
}
}
@@ -223,7 +223,7 @@ sub check_module_usage {
. join('', map { "\t$_\n" } @unused);
$exit_status = 1;
}
return;
}
@@ -278,7 +278,7 @@ sub check_option_types {
# standard filter --columns (e.g. same family as --databases, --tables, etc.)
# These exceptions are good candidates for change, so our standard options
# really are standard across all tools.
my $exception = {
my $exception = {
'pt-deadlock-logger' => { # not standard filter
columns => {
type => 'h',
@@ -382,7 +382,7 @@ sub check_pod_header_order {
map { printf $fmt, ($hdrs[$_] || ''), $std_hdrs[$_] }
grep { ($hdrs[$_] || '') ne $std_hdrs[$_] }
($i..$#std_hdrs);
last;
last;
}
}
@@ -400,7 +400,7 @@ sub check_pod_formatting {
}
chomp(my $podchecker = `which podchecker`);
if ( $podchecker ) {
if ( $podchecker ) {
$output = `$podchecker $tool_file 2>&1`;
if ( $output !~ m/pod syntax OK/ ) {
$exit_status = 1;