From 6a02f4a19edf2da258e7eb1fd057b7ecbafc0317 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 8 Dec 2013 23:43:47 +0100 Subject: [PATCH] app: fix formatting in gimpselection.c --- app/core/gimpselection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/core/gimpselection.c b/app/core/gimpselection.c index cfade0eb0e..acb5b68dd0 100644 --- a/app/core/gimpselection.c +++ b/app/core/gimpselection.c @@ -739,8 +739,8 @@ gimp_selection_extract (GimpSelection *selection, dest_format); /* First, copy the pixels, possibly doing INDEXED->RGB and adding alpha */ - gegl_buffer_copy (src_buffer, GEGL_RECTANGLE (x1, y1, x2 - x1, y2 - y1), - dest_buffer, GEGL_RECTANGLE (0, 0,0 ,0 )); + gegl_buffer_copy (src_buffer, GEGL_RECTANGLE (x1, y1, x2 - x1, y2 - y1), + dest_buffer, GEGL_RECTANGLE (0, 0, 0, 0)); if (non_empty) {