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

This commit is contained in:
Michael Natterer 2016-09-15 10:22:06 +02:00
parent 4d25640fd3
commit ea6946edf0
1 changed files with 2 additions and 2 deletions

View File

@ -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,