summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-20 02:42:12 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-01-20 02:42:12 +0000
commitb538d911d726ea72523413b75b864b52993fa178 (patch)
treee74b333925ba1647cce5f01204f3d24afe59c819
parent6c0f8a5552dad63ff9a9b1824688cfe260a668ce (diff)
downloadpango-b538d911d726ea72523413b75b864b52993fa178.tar.gz
Apply 1 suggestion(s) to 1 file(s)
-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;
}