diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-01-27 14:18:43 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-01-27 14:18:43 +0100 |
commit | 00e3e15364b9d3c94cda1bcab9f889bb95f6832d (patch) | |
tree | 3c02b943a5f04ac296130874413b0b5df4d23c7e /lily/tie-engraver.cc | |
parent | 14c5f7683efc21f5cd168a713a34b3362f8c6d67 (diff) |
codingstyle nits: space before ( and after ,
Diffstat (limited to 'lily/tie-engraver.cc')
-rw-r--r-- | lily/tie-engraver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/tie-engraver.cc b/lily/tie-engraver.cc index b97a5ad9c2..bdcd3dbb36 100644 --- a/lily/tie-engraver.cc +++ b/lily/tie-engraver.cc @@ -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]); |