]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-def.cc
Nitpick run.
[lilypond.git] / lily / context-def.cc
index b0eb1c344f0ae8576979a390f473733dbbcb59ae..101696f288a284f043960dcad32e97ffbd1a99b5 100644 (file)
@@ -111,9 +111,7 @@ Context_def::add_context_mod (SCM mod)
     sym = scm_string_to_symbol (sym);
 
   if (ly_symbol2scm ("default-child") == tag)
-    {
-      default_child_ = sym;
-    }
+    default_child_ = sym;
   else if (ly_symbol2scm ("consists") == tag
           || ly_symbol2scm ("consists-end") == tag
           || ly_symbol2scm ("remove") == tag)