Add missing blank line after the vectors group of functions

This commit is contained in:
Michael Natterer 2009-08-19 11:37:06 +02:00
parent 7f94f3213b
commit f7ba1d1f2e
1 changed files with 1 additions and 0 deletions

View File

@ -553,6 +553,7 @@ gboolean gimp_image_reorder_vectors (GimpImage *image,
gint new_index, gint new_index,
gboolean push_undo, gboolean push_undo,
const gchar *undo_desc); const gchar *undo_desc);
gboolean gimp_image_layer_boundary (const GimpImage *image, gboolean gimp_image_layer_boundary (const GimpImage *image,
BoundSeg **segs, BoundSeg **segs,
gint *n_segs); gint *n_segs);