summaryrefslogtreecommitdiff
path: root/test/rel-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rel-path.c')
-rw-r--r--test/rel-path.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rel-path.c b/test/rel-path.c
index 72a7076cf..3083cda95 100644
--- a/test/rel-path.c
+++ b/test/rel-path.c
@@ -43,9 +43,9 @@ draw (cairo_t *cr, int width, int height)
SIZE/2, -SIZE/2,
SIZE*2/3, -SIZE/3,
SIZE/2, -SIZE);
-
+
cairo_stroke (cr);
-
+
return CAIRO_TEST_SUCCESS;
}