]> git.donarmstrong.com Git - perltidy.git/commitdiff
patch for RT#127633
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 17 Nov 2018 01:16:22 +0000 (17:16 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 17 Nov 2018 01:16:22 +0000 (17:16 -0800)
lib/Perl/Tidy/Formatter.pm

index 4e50c2ed3f928cec47bc3b939076b474451507aa..a56ddc61ca1f94244a68c7ba22cc9a361b05a358 100644 (file)
@@ -14825,10 +14825,10 @@ sub undo_forced_breakpoint_stack {
                             # this is a very approximate test for this
                             && (
 
-                               # RT#127633 - the leading tokens are not operators
+                              # RT#127633 - the leading tokens are not operators
                                 ( $type_ibeg_2 ne $tokens_to_go[$ibeg_2] )
 
-                               # or they are different
+                                # or they are different
                                 || (   $ibeg_3 >= 0
                                     && $type_ibeg_2 ne $types_to_go[$ibeg_3] )
                             )