summaryrefslogtreecommitdiff
path: root/src/cairo-slope.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-06 15:50:33 -0700
committerCarl Worth <cworth@cworth.org>2006-06-06 15:50:33 -0700
commitef10a0403a8a466199615e34a34df9ea860ef9c0 (patch)
tree03020b1b5c6249f39c9beeb3bf9d4c878959ca86 /src/cairo-slope.c
parent5278de09973c3e41028dc80a8862db01fc70cf11 (diff)
downloadcairo-ef10a0403a8a466199615e34a34df9ea860ef9c0.tar.gz
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-slope.c')
-rw-r--r--src/cairo-slope.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cairo-slope.c b/src/cairo-slope.c
index 5c4886fd6..2c888e404 100644
--- a/src/cairo-slope.c
+++ b/src/cairo-slope.c
@@ -97,7 +97,3 @@ _cairo_slope_counter_clockwise (cairo_slope_t *a, cairo_slope_t *b)
{
return ! _cairo_slope_clockwise (a, b);
}
-
-
-
-