From 931752f353ef33ffa656df808cf8cd602e6a73ab Mon Sep 17 00:00:00 2001 From: Jehan Date: Sun, 7 Feb 2016 15:33:12 +0100 Subject: [PATCH] app: minor space cleanup. --- app/core/gimpsymmetry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/gimpsymmetry.c b/app/core/gimpsymmetry.c index 04addd7b27..a26ed2739d 100644 --- a/app/core/gimpsymmetry.c +++ b/app/core/gimpsymmetry.c @@ -222,7 +222,7 @@ gimp_symmetry_real_update_strokes (GimpSymmetry *sym, { /* The basic symmetry just uses the origin as is. */ sym->strokes = g_list_prepend (sym->strokes, - g_memdup (origin, sizeof (GimpCoords))); + g_memdup (origin, sizeof (GimpCoords))); } static GeglNode *