mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 09:43:09 +00:00
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:
@@ -623,7 +623,7 @@ sub parse_from {
|
||||
}
|
||||
else {
|
||||
my $filename = $args{filename} || $self->filename();
|
||||
|
||||
|
||||
open my $fh, "<", $filename
|
||||
or die "Cannot parse $filename: $OS_ERROR";
|
||||
$lines_read = $self->_parse_from_filehandle(
|
||||
@@ -642,7 +642,7 @@ sub parse_from {
|
||||
# run of the mill filehandle.
|
||||
#
|
||||
# Parameters:
|
||||
# filehandle -
|
||||
# filehandle -
|
||||
# sample_callback - Called each time a sample is processed, passed
|
||||
# the latest timestamp.
|
||||
#
|
||||
@@ -879,7 +879,7 @@ sub _print_device_if {
|
||||
$self->_mark_if_active($dev);
|
||||
return $dev if $dev =~ $dev_re;
|
||||
}
|
||||
else {
|
||||
else {
|
||||
if ( $self->active_device($dev) ) {
|
||||
# If --show-interactive is enabled, or we've seen
|
||||
# the device be active at least once.
|
||||
|
Reference in New Issue
Block a user