[gimp] app: small whitespace fix in gimppickable-contiguous-region.h



commit ea6946edf05aea0d95ec4ba53e278abbf9d46fb0
Author: Michael Natterer <mitch gimp org>
Date:   Thu Sep 15 10:22:06 2016 +0200

    app: small whitespace fix in gimppickable-contiguous-region.h

 app/core/gimppickable-contiguous-region.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimppickable-contiguous-region.h b/app/core/gimppickable-contiguous-region.h
index 24adc1e..5b6dbf1 100644
--- a/app/core/gimppickable-contiguous-region.h
+++ b/app/core/gimppickable-contiguous-region.h
@@ -19,7 +19,7 @@
 #define __GIMP_PICKABLE_CONTIGUOUS_REGION_H__
 
 
-GeglBuffer * gimp_pickable_contiguous_region_by_seed  (GimpPickable           *pickable,
+GeglBuffer * gimp_pickable_contiguous_region_by_seed  (GimpPickable        *pickable,
                                                        gboolean             antialias,
                                                        gfloat               threshold,
                                                        gboolean             select_transparent,
@@ -28,7 +28,7 @@ GeglBuffer * gimp_pickable_contiguous_region_by_seed  (GimpPickable           *p
                                                        gint                 x,
                                                        gint                 y);
 
-GeglBuffer * gimp_pickable_contiguous_region_by_color (GimpPickable           *pickable,
+GeglBuffer * gimp_pickable_contiguous_region_by_color (GimpPickable        *pickable,
                                                        gboolean             antialias,
                                                        gfloat               threshold,
                                                        gboolean             select_transparent,


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