diff options
author | Carl Worth <cworth@cworth.org> | 2006-06-06 15:41:31 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-06-06 15:41:31 -0700 |
commit | 5278de09973c3e41028dc80a8862db01fc70cf11 (patch) | |
tree | fa1b95ff513448d59ef955ba255ed7f681a486c2 /src/cairo-pen.c | |
parent | 00592e075754594605fddfb2a702f3d2caa7c55c (diff) |
Remove all remaining trailing whitespace.
This patch was produced with the following (GNU) sed script:
sed -i -r -e 's/[ \t]+$//'
run on all *.[ch] files within cairo.
Note that the above script would have also created all the changes
from the previous commits to remove trailing whitespace.
Diffstat (limited to 'src/cairo-pen.c')
-rw-r--r-- | src/cairo-pen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-pen.c b/src/cairo-pen.c index bb4adff1..87de9a41 100644 --- a/src/cairo-pen.c +++ b/src/cairo-pen.c @@ -165,7 +165,7 @@ We construct the pen by computing points along the circumference using equally spaced angles. We show that this approximation to the ellipse has maximum error at the -major axis of the ellipse. +major axis of the ellipse. Set @@ -377,8 +377,8 @@ _cairo_pen_stroke_spline_half (cairo_pen_t *pen, initial_slope.dx = -initial_slope.dx; initial_slope.dy = -initial_slope.dy; final_slope = spline->initial_slope; - final_slope.dx = -final_slope.dx; - final_slope.dy = -final_slope.dy; + final_slope.dx = -final_slope.dx; + final_slope.dy = -final_slope.dy; } _cairo_pen_find_active_cw_vertex_index (pen, &initial_slope, &active); |