From: Steve Hancock Date: Sat, 25 May 2019 13:34:14 +0000 (-0700) Subject: clean up comments X-Git-Tag: 20190601~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9bad816399fe3bf03dd86ee685fe9d8ae581bbf6;p=perltidy.git clean up comments --- diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index f2ab17ee..472bbe6c 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -12867,9 +12867,6 @@ sub pad_array_to_go { # remember locations of -> if this is a pre-broken method chain if ( $type eq '->' ) { -## set_forced_breakpoint($i - 1) -## if ( ( $i == $i_line_start ) -## && $rOpts_break_at_old_method_breakpoints ); if ($rOpts_break_at_old_method_breakpoints) { # Case 1: look for lines with leading pointers @@ -12882,7 +12879,7 @@ sub pad_array_to_go { # look for old lines with leading ')->' or ') ->' # and, when found, force a break before the - # opening paren and previous closing paren. + # opening paren and after the previous closing paren. if ( $types_to_go[$i_line_start] eq '}' && ( $i == $i_line_start + 1