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/text-rotate.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/text-rotate.c')
-rw-r--r-- | test/text-rotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text-rotate.c b/test/text-rotate.c index d1985e53..c71a3e39 100644 --- a/test/text-rotate.c +++ b/test/text-rotate.c @@ -125,7 +125,7 @@ draw (cairo_t *cr, int width, int height) y_off = - floor (0.5 + extents.height / 2.0); x_off = floor (0.5 + (extents.height+1) / (2 * tan (M_PI/NUM_TEXT))); } - + for (i=0; i < NUM_TEXT; i++) { cairo_save (cr); cairo_rotate (cr, 2*M_PI*i/NUM_TEXT); |