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-polygon.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-polygon.c')
-rw-r--r-- | src/cairo-polygon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-polygon.c b/src/cairo-polygon.c index 59c615da..dc9d3805 100644 --- a/src/cairo-polygon.c +++ b/src/cairo-polygon.c @@ -128,7 +128,7 @@ _cairo_polygon_add_edge (cairo_polygon_t *polygon, cairo_point_t *p1, cairo_poin return CAIRO_STATUS_SUCCESS; } -cairo_status_t +cairo_status_t _cairo_polygon_move_to (cairo_polygon_t *polygon, cairo_point_t *point) { if (! polygon->has_current_point) |