]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-scoring.cc
Nitpick run.
[lilypond.git] / lily / slur-scoring.cc
index 2595521ed0e4b25629cc63be81082e65a600c96f..b5a91f467867cba24bbce69eb5123992614720ac 100644 (file)
@@ -375,13 +375,9 @@ set_slur_control_points (Grob *me)
   Bezier best;
 
   if (is_number_pair (end_ys))
-    {
-      best = state.configurations_[state.get_closest_index (end_ys)]->curve_;
-    }
+    best = state.configurations_[state.get_closest_index (end_ys)]->curve_;
   else
-    {
-      best = state.get_best_curve ();
-    }
+    best = state.get_best_curve ();
 
   SCM controls = SCM_EOL;
   for (int i = 4; i--;)
@@ -614,7 +610,6 @@ Slur_score_state::move_away_from_staffline (Real y,
   return y;
 }
 
-
 Array<Offset>
 Slur_score_state::generate_avoid_offsets () const
 {