]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system-start-delimiter-engraver.cc
Nitpick run.
[lilypond.git] / lily / system-start-delimiter-engraver.cc
index 52cece087f9086f4ed46f4928ad9ae42b12e49ff..1842ffa6f9d7efa65a9f1c1458e18f23c5fa5f2d 100644 (file)
@@ -77,9 +77,7 @@ void
 System_start_delimiter_engraver::finalize ()
 {
   if (delim_)
-    {
-      delim_->set_bound (RIGHT, unsmob_grob (get_property ("currentCommandColumn")));
-    }
+    delim_->set_bound (RIGHT, unsmob_grob (get_property ("currentCommandColumn")));
 }
 
 #include "translator.icc"