mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-21 10:17:18 +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:
@@ -145,7 +145,7 @@ sub parse_event {
|
||||
# If $timestamp is not within the current interval, then we need to save
|
||||
# everything for later, compute stats for the rest of this interval, and
|
||||
# return an event. The next time we are called, we'll begin the next
|
||||
# interval.
|
||||
# interval.
|
||||
if ( $t_start > $self->{t_start} ) {
|
||||
PTDEBUG && _d("Timestamp doesn't belong to this interval");
|
||||
# We need to compute how much time is left in this interval, and add
|
||||
|
Reference in New Issue
Block a user