[gimp] app: indentation fix to last commit



commit 5d91657747d913460d9802fddf8b610accf1948b
Author: Ell <ell_se yahoo com>
Date:   Tue Nov 14 11:33:28 2017 -0500

    app: indentation fix to last commit

 app/display/gimpcanvastransformpreview.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/app/display/gimpcanvastransformpreview.c b/app/display/gimpcanvastransformpreview.c
index c474677..f8a262a 100644
--- a/app/display/gimpcanvastransformpreview.c
+++ b/app/display/gimpcanvastransformpreview.c
@@ -566,13 +566,13 @@ gimp_canvas_transform_preview_new (GimpDisplayShell  *shell,
   g_return_val_if_fail (transform != NULL, NULL);
 
   return g_object_new (GIMP_TYPE_CANVAS_TRANSFORM_PREVIEW,
-                       "shell",       shell,
-                       "drawable",    drawable,
-                       "transform",   transform,
-                       "x1",          x1,
-                       "y1",          y1,
-                       "x2",          x2,
-                       "y2",          y2,
+                       "shell",     shell,
+                       "drawable",  drawable,
+                       "transform", transform,
+                       "x1",        x1,
+                       "y1",        y1,
+                       "x2",        x2,
+                       "y2",        y2,
                        NULL);
 }
 


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