summaryrefslogtreecommitdiff
path: root/test/get-and-set.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/get-and-set.c
parent28d47d332aafa81bcbc669603357298cb0a14322 (diff)
downloadcairo-80b8deb1e4f9d0b856106031c6a7a629cca7552c.tar.gz
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/get-and-set.c')
-rw-r--r--test/get-and-set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/get-and-set.c b/test/get-and-set.c
index d0da5ca3c..a4faa8fa2 100644
--- a/test/get-and-set.c
+++ b/test/get-and-set.c
@@ -116,7 +116,7 @@ get_and_set (cairo_t *cr, int width, int height)
settings_t check;
settings_set (cr, &settings[0]);
-
+
cairo_save (cr);
{
settings_set (cr, &settings[1]);