From ea6946edf05aea0d95ec4ba53e278abbf9d46fb0 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 15 Sep 2016 10:22:06 +0200 Subject: [PATCH] app: small whitespace fix in gimppickable-contiguous-region.h --- app/core/gimppickable-contiguous-region.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/core/gimppickable-contiguous-region.h b/app/core/gimppickable-contiguous-region.h index 24adc1e841..5b6dbf193b 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,