]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-engraver.cc
Add changes entry for Mike's work on skylines (28f3294954eff1).
[lilypond.git] / lily / staff-symbol-engraver.cc
index 66ee8002a76ca376410033e6a043c4c355dfec1f..1ca6a4dce1f57ad256f472bba2c0eda6a960a602 100644 (file)
@@ -52,10 +52,11 @@ protected:
 void
 Staff_symbol_engraver::derived_mark () const
 {
-  for (LEFT_and_RIGHT (d)) {
-    if (span_events_[d])
-      scm_gc_mark (span_events_[d]->self_scm ());
-  }
+  for (LEFT_and_RIGHT (d))
+    {
+      if (span_events_[d])
+        scm_gc_mark (span_events_[d]->self_scm ());
+    }
 }
 
 Staff_symbol_engraver::~Staff_symbol_engraver ()