]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix code spacing
authorCarl Sorensen <c_sorensen@byu.edu>
Tue, 21 Apr 2009 23:04:50 +0000 (17:04 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Tue, 21 Apr 2009 23:04:50 +0000 (17:04 -0600)
lily/include/bezier.hh

index 31f68d23e04055851511012e288bdb39d881ef87..6adbdd3d0ddea4c194af6bd9d0fea56215336dcc 100644 (file)
@@ -22,7 +22,7 @@ public:
   void reverse ();
   void rotate (Real);
   void translate (Offset);
-  void subdivide (Real, Bezier * , Bezier * ) const;
+  void subdivide (Real, Bezier *, Bezier *) const;
   Bezier extract (Real, Real) const;
 
   Real get_other_coordinate (Axis a, Real x) const;