[gedit] gedit spell plugin: fix for parameters alignment



commit c8ab3723a94f35ffc929adb6d7bf1987578de15c
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Fri Dec 19 15:23:34 2014 +0100

    gedit spell plugin: fix for parameters alignment

 plugins/spell/gedit-spell-plugin.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/spell/gedit-spell-plugin.c b/plugins/spell/gedit-spell-plugin.c
index feea69a..8915f0c 100644
--- a/plugins/spell/gedit-spell-plugin.c
+++ b/plugins/spell/gedit-spell-plugin.c
@@ -467,7 +467,9 @@ goto_next_word (GeditDocument *doc)
 }
 
 static gchar *
-get_next_misspelled_word (GeditView *view, gint *word_start_offset, gint *word_end_offset)
+get_next_misspelled_word (GeditView *view,
+                          gint      *word_start_offset,
+                          gint      *word_end_offset)
 {
        GeditDocument *doc;
        CheckRange *range;


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