summaryrefslogtreecommitdiff
path: root/test/mesh-pattern-accuracy.c
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-09-12 22:55:02 +0000
committerUli Schlachter <psychon@znc.in>2013-09-13 12:57:42 +0200
commit640eb0206738e1d1bfd9beebaf0dcb6ac0e07584 (patch)
treea2c5f626a598321f2b339ab9b84a9950db53497f /test/mesh-pattern-accuracy.c
parenta6ace0cf6b96930c08397c64bffabc4b201ab4e8 (diff)
downloadcairo-640eb0206738e1d1bfd9beebaf0dcb6ac0e07584.tar.gz
test: Space out keywords for clarity
As another nitpick, a comma alone is legal for separating keywords, but most tests use a comma and a space. Update the few tests that don't, to make this consistent. Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'test/mesh-pattern-accuracy.c')
-rw-r--r--test/mesh-pattern-accuracy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mesh-pattern-accuracy.c b/test/mesh-pattern-accuracy.c
index 92e152339..d1f60b2fa 100644
--- a/test/mesh-pattern-accuracy.c
+++ b/test/mesh-pattern-accuracy.c
@@ -93,7 +93,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (mesh_pattern_accuracy,
"Paint mesh pattern",
- "mesh,pattern", /* keywords */
+ "mesh, pattern", /* keywords */
NULL, /* requirements */
SIZE, SIZE,
NULL, draw)