]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/interpretation-context-handle.cc
* lily/tuplet-bracket.cc (brew_molecule): don't crash on broken
[lilypond.git] / lily / interpretation-context-handle.cc
index e1da362bede56ddd820b44e2c254eb95e3545aaf..0d4186586bca1afa43cc50acb505323b311a831c 100644 (file)
@@ -58,7 +58,8 @@ Interpretation_context_handle::down ()
 void
 Interpretation_context_handle::quit ()
 {
-  if (report_to_) report_to_->iterator_count_ --;
+  if (report_to_)
+    report_to_->iterator_count_ --;
 }