]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-performer.cc
Nitpick run.
[lilypond.git] / lily / note-performer.cc
index 6409c77d5bacb0e26ed2fe9ef20766ec0af2a9c6..a8326dab36277406c3ac2a5a183b959c48d30add 100644 (file)
@@ -67,9 +67,7 @@ Note_performer::stop_translation_timestep ()
   // --> grace notes effectively do not get delayed
   Moment now = now_mom ();
   for (int i = 0; i < notes_.size (); i++)
-    {
-      play_element (notes_[i]);
-    }
+    play_element (notes_[i]);
   notes_.clear ();
   note_evs_.clear ();
 }