summaryrefslogtreecommitdiff
path: root/test/mask-ctm.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-04-24 14:51:31 -0700
committerCarl Worth <cworth@cworth.org>2006-04-24 14:51:31 -0700
commita1bba71eb9442a1c3a5f9fb227353971d58cecba (patch)
tree1859299c0ecc55817089fd141cdc7042eb102049 /test/mask-ctm.c
parent893239248a9a6ef1a7b9f770aec334f20c5c0861 (diff)
downloadcairo-a1bba71eb9442a1c3a5f9fb227353971d58cecba.tar.gz
Trivial indentation fix
Diffstat (limited to 'test/mask-ctm.c')
-rw-r--r--test/mask-ctm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mask-ctm.c b/test/mask-ctm.c
index 99c67ed10..1196e4db4 100644
--- a/test/mask-ctm.c
+++ b/test/mask-ctm.c
@@ -43,7 +43,7 @@ draw (cairo_t *cr, int width, int height)
cairo_matrix_t matrix;
mask_surface = cairo_image_surface_create_for_data ((unsigned char *) data,
- CAIRO_FORMAT_ARGB32, 2, 2, 8);
+ CAIRO_FORMAT_ARGB32, 2, 2, 8);
mask = cairo_pattern_create_for_surface (mask_surface);
cairo_surface_destroy (mask_surface);