diff options
author | Carl Worth <cworth@cworth.org> | 2006-06-06 15:25:49 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-06-06 15:25:49 -0700 |
commit | 80b8deb1e4f9d0b856106031c6a7a629cca7552c (patch) | |
tree | 904372df192e3894d3418fd5adaaa0f41487a5f4 /test/surface-pattern.c | |
parent | 28d47d332aafa81bcbc669603357298cb0a14322 (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/surface-pattern.c')
-rw-r--r-- | test/surface-pattern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/surface-pattern.c b/test/surface-pattern.c index 4f91d433..3dbdf83c 100644 --- a/test/surface-pattern.c +++ b/test/surface-pattern.c @@ -46,7 +46,7 @@ draw (cairo_t *cr, int width, int height) cairo_rectangle (cr2, 3, 3, 3, 3); cairo_set_source_rgb (cr2, 1, 1, 0); cairo_fill (cr2); - + cairo_rectangle (cr2, 3, 0, 3, 3); cairo_rectangle (cr2, 0, 3, 3, 3); cairo_set_source_rgb (cr2, 0, 0, 1); |