From b18b7ed5981c58a503915e6dc89cf876cf23834f Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Tue, 21 Apr 2009 17:04:50 -0600 Subject: [PATCH] Fix code spacing --- lily/include/bezier.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5