diff options
author | V.Barkov <[email protected]> | 2016-11-24 20:18:27 +0300 |
---|---|---|
committer | V.Barkov <[email protected]> | 2016-11-24 20:18:27 +0300 |
commit | 2314b3828cbe540d65ba517c32872476417501a6 (patch) | |
tree | 389ad57d86d0c3b1ecd6498e7327cbc05ebfbd7e /pluma/pluma-utils.h | |
parent | 9f79aa764fa8b31b204f79ca452502204bbfa09d (diff) | |
download | pluma-2314b3828cbe540d65ba517c32872476417501a6.tar.bz2 pluma-2314b3828cbe540d65ba517c32872476417501a6.tar.xz |
Fixed formatting [2]
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r-- | pluma/pluma-utils.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h index fb62ec48..be54f786 100644 --- a/pluma/pluma-utils.h +++ b/pluma/pluma-utils.h @@ -154,14 +154,13 @@ gchar **pluma_utils_drop_get_uris (GtkSelectionData *selection_data); /* Provides regexp forward search */ gboolean pluma_gtk_text_iter_regex_search (const GtkTextIter *iter, - const gchar *str, - GtkTextSearchFlags flags, - GtkTextIter *match_start, - GtkTextIter *match_end, - const GtkTextIter *limit, gboolean forward_search); + const gchar *str, + GtkTextSearchFlags flags, + GtkTextIter *match_start, + GtkTextIter *match_end, + const GtkTextIter *limit, gboolean forward_search); G_END_DECLS #endif /* __PLUMA_UTILS_H__ */ - |