summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-06 15:41:31 -0700
committerCarl Worth <cworth@cworth.org>2006-06-06 15:41:31 -0700
commit5278de09973c3e41028dc80a8862db01fc70cf11 (patch)
treefa1b95ff513448d59ef955ba255ed7f681a486c2 /test/cairo-test.h
parent00592e075754594605fddfb2a702f3d2caa7c55c (diff)
downloadcairo-5278de09973c3e41028dc80a8862db01fc70cf11.tar.gz
Remove all remaining trailing whitespace.
This patch was produced with the following (GNU) sed script: sed -i -r -e 's/[ \t]+$//' run on all *.[ch] files within cairo. Note that the above script would have also created all the changes from the previous commits to remove trailing whitespace.
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r--test/cairo-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h
index c5e122d8d..d47c47f5b 100644
--- a/test/cairo-test.h
+++ b/test/cairo-test.h
@@ -108,7 +108,7 @@ cairo_test (cairo_test_t *test, cairo_test_draw_function_t draw);
* reason. Any test calling this variant should be listed in the
* XFAIL_TESTS list in Makefile.am. */
cairo_test_status_t
-cairo_test_expect_failure (cairo_test_t *test,
+cairo_test_expect_failure (cairo_test_t *test,
cairo_test_draw_function_t draw,
const char *reason);