From: Steve Hancock Date: Sat, 7 Jan 2023 15:44:37 +0000 (-0800) Subject: fix formatting X-Git-Tag: 20221112.04~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b17b6324bb8094bb9076d05d31007c40a8f8676a;p=perltidy.git fix formatting --- 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