]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mark-engraver.cc
cleanups in Note_spacing
[lilypond.git] / lily / mark-engraver.cc
index 984eb687a096a58bd3902234c952d587704ada98..3b12e46e43d1be36dfdcfa606cd4dc677c07f8d0 100644 (file)
@@ -92,11 +92,11 @@ void
 Mark_engraver::stop_translation_timestep ()
 {
   if (text_)
-    {
-      text_->set_object ("side-support-elements",
-                        grob_list_to_grob_array (get_property ("stavesFound")));
-      text_ = 0;
-    }
+  {
+    text_->set_object ("side-support-elements",
+                      grob_list_to_grob_array (get_property ("stavesFound")));
+    text_ = 0;
+  }
   mark_ev_ = 0;
 }