diff options
author | Carl Worth <cworth@cworth.org> | 2006-06-06 15:50:33 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-06-06 15:50:33 -0700 |
commit | ef10a0403a8a466199615e34a34df9ea860ef9c0 (patch) | |
tree | 03020b1b5c6249f39c9beeb3bf9d4c878959ca86 /src/cairo-scaled-font.c | |
parent | 5278de09973c3e41028dc80a8862db01fc70cf11 (diff) |
Remove initial, final, and duplicate blank lines.
This patch was produced by running git-stripspace on all *.[ch] files
within cairo. Note that this script would have also created all the changes
from the previous commits to remove trailing whitespace.
Diffstat (limited to 'src/cairo-scaled-font.c')
-rw-r--r-- | src/cairo-scaled-font.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo-scaled-font.c b/src/cairo-scaled-font.c index 06fbe11a..003af498 100644 --- a/src/cairo-scaled-font.c +++ b/src/cairo-scaled-font.c @@ -1009,7 +1009,6 @@ _scaled_glyph_path_curve_to (void *abstract_closure, p2->y + closure->offset.y); } - static cairo_status_t _scaled_glyph_path_close_path (void *abstract_closure) { |