summaryrefslogtreecommitdiff
path: root/test/mesh-pattern-fold.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-fold.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-fold.c')
-rw-r--r--test/mesh-pattern-fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mesh-pattern-fold.c b/test/mesh-pattern-fold.c
index 4872bc017..cacd712e7 100644
--- a/test/mesh-pattern-fold.c
+++ b/test/mesh-pattern-fold.c
@@ -76,7 +76,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (mesh_pattern_fold,
"Paint a mesh pattern with complex folds",
- "mesh,pattern", /* keywords */
+ "mesh, pattern", /* keywords */
NULL, /* requirements */
WIDTH, HEIGHT,
NULL, draw)