]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system.cc
codingstyle nits: space before ( and after ,
[lilypond.git] / lily / system.cc
index 06ac09e39a224b6b31467474d88e14e54bf1d341..bbbe941faf40bf3ab622eea5e8e87c0c5d247df8 100644 (file)
@@ -350,7 +350,7 @@ System::get_paper_system ()
       Grob *g = entries[j].grob_;
       Stencil st = g->get_print_stencil ();
 
-      if (st.expr() == SCM_EOL)
+      if (st.expr () == SCM_EOL)
        continue;
       
       Offset o;