mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 02:34:19 +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:
@@ -108,7 +108,7 @@ sub parse_event {
|
||||
PTDEBUG && _d('Comment line');
|
||||
next LINE;
|
||||
}
|
||||
|
||||
|
||||
if ( $line =~ m/^DELIMITER/m ) {
|
||||
my ( $del ) = $line =~ m/^DELIMITER (\S*)$/m;
|
||||
if ( $del ) {
|
||||
|
Reference in New Issue
Block a user