summaryrefslogtreecommitdiff
path: root/tests/test-shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-shape.c')
-rw-r--r--tests/test-shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-shape.c b/tests/test-shape.c
index 079bcd28..be3e4415 100644
--- a/tests/test-shape.c
+++ b/tests/test-shape.c
@@ -362,7 +362,7 @@ main (int argc, char *argv[])
if (g_error_matches (error, G_FILE_ERROR, G_FILE_ERROR_NOENT))
{
- g_error_free(error);
+ g_error_free (error);
return 0;
}