[gimp] app: indentation fix in gimp:offset
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: indentation fix in gimp:offset
- Date: Fri, 7 Jun 2019 07:54:56 +0000 (UTC)
commit 8c1567f901af20b7104f34844066b16b54f2cdf4
Author: Ell <ell_se yahoo com>
Date: Fri Jun 7 03:53:23 2019 -0400
app: indentation fix in gimp:offset
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 f0a6afcf07..69c644c3e6 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]