]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol.cc
*** empty log message ***
[lilypond.git] / lily / staff-symbol.cc
index 0cd364d81d2d8842f6a712e60bd5a4c1b447fe92..00974d30df4e7f7fe6563ed69e564271808cf085 100644 (file)
@@ -64,7 +64,7 @@ Staff_symbol::print (SCM smob)
 
       span_points[d] -= d* t/2;
     }
-  while (flip (&d) !=LEFT);
+  while (flip (&d) != LEFT);
 
 
   int l = Staff_symbol::line_count (me);
@@ -76,7 +76,7 @@ Staff_symbol::print (SCM smob)
                             t);
 
   Stencil m;
-  for (int i= 0; i < l; i++)
+  for (int i = 0; i < l; i++)
     {
       Stencil b(a);
       b.translate_axis (height - i * staff_space (me), Y_AXIS);