[gimp] app: fix formatting in gimpselection.c
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix formatting in gimpselection.c
- Date: Sun, 8 Dec 2013 22:45:02 +0000 (UTC)
commit 6a02f4a19edf2da258e7eb1fd057b7ecbafc0317
Author: Michael Natterer <mitch gimp org>
Date: Sun Dec 8 23:43:47 2013 +0100
app: fix formatting in gimpselection.c
app/core/gimpselection.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimpselection.c b/app/core/gimpselection.c
index cfade0e..acb5b68 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)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]