]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol.cc
run astyle 2.02
[lilypond.git] / lily / staff-symbol.cc
index 57279033b24c92020cdfba6344464feadd09c6c2..98627e5783f812ca3c396c6d1feacb636b60a3c7 100644 (file)
@@ -88,7 +88,7 @@ Staff_symbol::print (SCM smob)
 
   Real space = staff_space (me);
   for (vector<Real>::const_iterator i = line_positions.begin (),
-         e = line_positions.end ();
+       e = line_positions.end ();
        i != e;
        ++i)
     {
@@ -143,7 +143,7 @@ Staff_symbol::ledger_positions (Grob *me, int pos)
   Real nearest_line = line_positions[0];
   Real line_dist = abs (line_positions[0] - pos);
   for (vector<Real>::const_iterator i = line_positions.begin (),
-         e = line_positions.end ();
+       e = line_positions.end ();
        i != e;
        ++i)
     {