summaryrefslogtreecommitdiff
path: root/test/rectangle-rounding-error.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-06-06 15:35:48 -0700
committerCarl Worth <cworth@cworth.org>2006-06-06 15:35:48 -0700
commit4670366ede0b0ed1abf47f4595a64bc5cd3c19fc (patch)
tree6200d30b9035b419bdbcd8fe68708c3d120b3996 /test/rectangle-rounding-error.c
parent80b8deb1e4f9d0b856106031c6a7a629cca7552c (diff)
downloadcairo-4670366ede0b0ed1abf47f4595a64bc5cd3c19fc.tar.gz
Remove trailing whitespace from lines that look like comments.
This patch was produced with the following (GNU) sed script: sed -i -r -e '/^[ \t]*\/?\*/ s/[ \t]+$//' run on all *.[ch] files within cairo, (though I manually excluded src/cairo-atsui-font.c which has a code line that appears as a comment to this script).
Diffstat (limited to 'test/rectangle-rounding-error.c')
-rw-r--r--test/rectangle-rounding-error.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rectangle-rounding-error.c b/test/rectangle-rounding-error.c
index 7ce22d537..c18363420 100644
--- a/test/rectangle-rounding-error.c
+++ b/test/rectangle-rounding-error.c
@@ -25,10 +25,10 @@
#include "cairo-test.h"
-/* Test case for:
- *
- * https://bugs.freedesktop.org/show_bug.cgi?id=4137
- */
+/* Test case for:
+ *
+ * https://bugs.freedesktop.org/show_bug.cgi?id=4137
+ */
cairo_test_t test = {
"rectangle-rounding-error",