From b17b6324bb8094bb9076d05d31007c40a8f8676a Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sat, 7 Jan 2023 07:44:37 -0800 Subject: [PATCH] fix formatting --- lib/Perl/Tidy/Formatter.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index b8affd3c..27ce15d0 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -19511,7 +19511,8 @@ sub correct_lp_indentation { # tries to patch things up once the actual opening paren locations # are known. my ( $self, $ri_first, $ri_last ) = @_; - my $do_not_pad = 0; + + my $do_not_pad = 0; # Note on flag '$do_not_pad': # We want to avoid a situation like this, where the aligner inserts -- 2.39.5