summaryrefslogtreecommitdiff
path: root/lily/tie-engraver.cc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2007-01-27 14:18:43 +0100
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2007-01-27 14:18:43 +0100
commit00e3e15364b9d3c94cda1bcab9f889bb95f6832d (patch)
tree3c02b943a5f04ac296130874413b0b5df4d23c7e /lily/tie-engraver.cc
parent14c5f7683efc21f5cd168a713a34b3362f8c6d67 (diff)
codingstyle nits: space before ( and after ,
Diffstat (limited to 'lily/tie-engraver.cc')
-rw-r--r--lily/tie-engraver.cc2
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]);