--indent-columns=5
--vertical-tightness-closing=1
+==> b1421.in <==
+if ( L2hos
+ ->Link(
+ $image2, $image1,
+ ) )
+{
+L2hos
+ ->Unlink($tmp);
+}
+
+if (
+ L2hos
+ ->Link(
+ $image2, $image1,
+ ) )
+{
+L2hos
+ ->Unlink($tmp);
+}
+
+==> b1421.par <==
+--break-at-old-method-breakpoints
+--extended-line-up-parentheses
+--indent-columns=0
+--maximum-line-length=23
+--paren-vertical-tightness-closing=1
+--paren-vertical-tightness=1
+--weld-nested-containers
+
==> b146.in <==
# State 1
# protection against instability. The line difference of '2'
# worked for b1402, but needs to be '3' to include b1419 because
# it has -vtc>0 which can add more uncertainty.
+ # And for case b1421 it had to be increased to '4'.
if ( %opening_vertical_tightness
&& $opening_vertical_tightness{$token_oo} )
{
- if ( $iline_oc - $iline_oo <= 3 ) {
+ if ( $iline_oc - $iline_oo <= 4 ) {
$rmax_vertical_tightness->{$outer_seqno} = 0;
}
}