]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slash-repeat-engraver.cc
Nitpick run.
[lilypond.git] / lily / slash-repeat-engraver.cc
index 01099b1f7b7c739955dbf9c1d34870031ee00f60..92115d3904018dd4f1c135080ba117fc363bfa73 100644 (file)
@@ -105,9 +105,7 @@ void
 Slash_repeat_engraver::start_translation_timestep ()
 {
   if (stop_mom_ == now_mom ())
-    {
-      repeat_ = 0;
-    }
+    repeat_ = 0;
   beat_slash_ = 0;
 }