]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-system.cc
codingstyle nits: space before ( and after ,
[lilypond.git] / lily / paper-system.cc
index 544f64d8b05eefed05652ab79d7fc47dd0113397..9ff1a55c12769ea7ff61d8cdbdaddf3b0fa4db91 100644 (file)
@@ -23,7 +23,7 @@ paper_system_set_stencil (Prob *prob, Stencil s)
 
   if (is_number_pair (yext))
     {
-      Box b = s.extent_box();
+      Box b = s.extent_box ();
       b[Y_AXIS] = ly_scm2interval (yext);
 
       s = Stencil (b, s.expr ());