[gimp/gimp-2-10] app: indentation fix in gimp:offset



commit 7acb6f36abd4034988ab026142885f0a05ed9b14
Author: Ell <ell_se yahoo com>
Date:   Fri Jun 7 03:53:23 2019 -0400

    app: indentation fix in gimp:offset
    
    (cherry picked from commit 8c1567f901af20b7104f34844066b16b54f2cdf4)

 app/operations/gimpoperationoffset.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/app/operations/gimpoperationoffset.c b/app/operations/gimpoperationoffset.c
index 029becd6df..ee269eddf9 100644
--- a/app/operations/gimpoperationoffset.c
+++ b/app/operations/gimpoperationoffset.c
@@ -314,14 +314,14 @@ gimp_operation_offset_parent_process (GeglOperation        *operation,
           if (gegl_rectangle_intersect (&extent, &extent, &bounds))
             {
               output = g_object_new (GEGL_TYPE_BUFFER,
-                "source", input,
-                "x",      extent.x,
-                "y",      extent.y,
-                "width",  extent.width,
-                "height", extent.height,
-                "shift-x", -x,
-                "shift-y", -y,
-                NULL);
+                                     "source",  input,
+                                     "x",       extent.x,
+                                     "y",       extent.y,
+                                     "width",   extent.width,
+                                     "height",  extent.height,
+                                     "shift-x", -x,
+                                     "shift-y", -y,
+                                     NULL);
 
               if (gegl_object_get_has_forked (input))
                 gegl_object_set_has_forked (output);


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