summaryrefslogtreecommitdiff
path: root/test/trap-clip.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-06 15:25:49 -0700
committerCarl Worth <cworth@cworth.org>2006-06-06 15:25:49 -0700
commit80b8deb1e4f9d0b856106031c6a7a629cca7552c (patch)
tree904372df192e3894d3418fd5adaaa0f41487a5f4 /test/trap-clip.c
parent28d47d332aafa81bcbc669603357298cb0a14322 (diff)
Remove extraneous whitespace from "blank" lines.
This patch was produced with the following (GNU) sed script: sed -i -r -e 's/^[ \t]+$//' run on all *.[ch] files within cairo.
Diffstat (limited to 'test/trap-clip.c')
-rw-r--r--test/trap-clip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/trap-clip.c b/test/trap-clip.c
index 75b06a83d..2e9cbc64c 100644
--- a/test/trap-clip.c
+++ b/test/trap-clip.c
@@ -81,7 +81,7 @@ draw_rects (cairo_t *cr, int x, int y)
{
int width = WIDTH / 3;
int height = HEIGHT / 2;
-
+
cairo_new_path (cr);
cairo_rectangle (cr, x, y, width, height);
cairo_rectangle (cr, x + width, y + height, width, height);
@@ -122,7 +122,7 @@ static void
clip_rects (cairo_t *cr, int x, int y)
{
int height = HEIGHT / 3;
-
+
cairo_new_path (cr);
cairo_rectangle (cr, x, y, WIDTH, height);
cairo_rectangle (cr, x, y + 2 * height, WIDTH, height);