]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-engraver.cc
codingstyle nits: space before ( and after ,
[lilypond.git] / lily / tie-engraver.cc
index b97a5ad9c2bbd71782b25f95952a902a376aef81..bdcd3dbb365040465e5aefe238e8a92178dcca06 100644 (file)
@@ -252,7 +252,7 @@ Tie_engraver::stop_translation_timestep ()
   if (!wait && new_heads_to_tie.size ())
     heads_to_tie_.clear ();
 
-  // hmmm, how to do with copy() ?
+  // hmmm, how to do with copy () ?
   for (vsize i = 0; i < new_heads_to_tie.size (); i++)
     heads_to_tie_.push_back (new_heads_to_tie[i]);