]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-bracket.cc
Run fixcc.py with astyle 2.02
[lilypond.git] / lily / tuplet-bracket.cc
index 3cf7190bb1ce2722741c1711858f96ec5fc18007..ba0ef6e236b3df365c876ae25d8b1528699bc0ac 100644 (file)
@@ -216,8 +216,8 @@ Tuplet_bracket::calc_x_positions (SCM smob)
             x_span[d] += d * overshoot[d];
           else
             x_span[d] = (bounds[d]->break_status_dir ()
-                  ? Axis_group_interface::generic_bound_extent (bounds[d], commonx, X_AXIS)[-d]
-                  : robust_relative_extent (bounds[d], commonx, X_AXIS)[-d])
+                         ? Axis_group_interface::generic_bound_extent (bounds[d], commonx, X_AXIS)[-d]
+                         : robust_relative_extent (bounds[d], commonx, X_AXIS)[-d])
                         - overshoot[LEFT];
         }