From: Carl Sorensen Date: Tue, 21 Apr 2009 23:04:50 +0000 (-0600) Subject: Fix code spacing X-Git-Tag: release/2.13.1-1~36 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b18b7ed5981c58a503915e6dc89cf876cf23834f;p=lilypond.git Fix code spacing --- diff --git a/lily/include/bezier.hh b/lily/include/bezier.hh index 31f68d23e0..6adbdd3d0d 100644 --- a/lily/include/bezier.hh +++ b/lily/include/bezier.hh @@ -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;