]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mark-engraver.cc
update outdated comments
[lilypond.git] / lily / mark-engraver.cc
index 3682618ec9748c5fba515ccaa3142ca9de4d9d56..3b12e46e43d1be36dfdcfa606cd4dc677c07f8d0 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2007 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include <cctype>
@@ -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;
 }