]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-scoring.cc
codingstyle nits: space before ( and after ,
[lilypond.git] / lily / slur-scoring.cc
index 6dc6b5718ac487d2a1c6256df93ea3f4420d39ac..b89f12867219eec185c9dec4c4404860b48f0a96 100644 (file)
@@ -273,7 +273,7 @@ Slur_score_state::fill (Grob *me)
 }
 
 
-MAKE_SCHEME_CALLBACK(Slur, calc_control_points, 1)
+MAKE_SCHEME_CALLBACK (Slur, calc_control_points, 1)
 SCM
 Slur::calc_control_points (SCM smob)
 {
@@ -621,7 +621,7 @@ Slur_score_state::generate_avoid_offsets () const
 
          if (!xe.is_empty ()
              && !ye.is_empty ())
-           avoid.push_back (Offset (xe.center(), ye[dir_]));
+           avoid.push_back (Offset (xe.center (), ye[dir_]));
        }
     }  
   return avoid;