summaryrefslogtreecommitdiff
path: root/test/record1414x.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/record1414x.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/record1414x.c')
-rw-r--r--test/record1414x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/record1414x.c b/test/record1414x.c
index b8adb861f..029e5a4d6 100644
--- a/test/record1414x.c
+++ b/test/record1414x.c
@@ -444,7 +444,7 @@ record_text_transform (cairo_t *cr, int width, int height)
CAIRO_TEST (record1414x_paint,
"Test replayed calls to cairo_paint",
- "paint,record", /* keywords */
+ "paint, record", /* keywords */
NULL, /* requirements */
M_SQRT2*8, M_SQRT2*8,
NULL, record_paint)
@@ -474,7 +474,7 @@ CAIRO_TEST (record1414x_paint_alpha_clip_mask,
NULL, record_paint_alpha_clip_mask)
CAIRO_TEST (record1414x_fill_alpha,
"Tests using set_rgba();fill()",
- "record,fill, alpha", /* keywords */
+ "record, fill, alpha", /* keywords */
NULL, /* requirements */
M_SQRT2*(2*SIZE + 4*PAD), M_SQRT2*(2*SIZE + 4*PAD),
NULL, record_fill_alpha)