[gimp] app: minor space cleanup.



commit 931752f353ef33ffa656df808cf8cd602e6a73ab
Author: Jehan <jehan girinstud io>
Date:   Sun Feb 7 15:33:12 2016 +0100

    app: minor space cleanup.

 app/core/gimpsymmetry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpsymmetry.c b/app/core/gimpsymmetry.c
index 04addd7..a26ed27 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 *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]