]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/drum-note-performer.cc
Nitpick run.
[lilypond.git] / lily / drum-note-performer.cc
index e52e0a7ad9956c48b0bbfac2cb837974b462d15c..28bc190410485799b7a5cbd490b69f04536cc10b 100644 (file)
@@ -68,9 +68,7 @@ Drum_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 ();
 }