From 5278de09973c3e41028dc80a8862db01fc70cf11 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Jun 2006 15:41:31 -0700 Subject: 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. --- test/cairo-test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cairo-test.h') diff --git a/test/cairo-test.h b/test/cairo-test.h index c5e122d8..d47c47f5 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); -- cgit v1.2.3