]> git.0d.be Git - empathy.git/commitdiff
empathy-spell: remove trailing tabs
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 24 Jun 2009 14:44:59 +0000 (15:44 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 24 Jun 2009 16:32:28 +0000 (17:32 +0100)
libempathy-gtk/empathy-spell.c

index 9cd7c555bb4461fcbf29004c6006df86509ff205..076e81a0381bf46fb6d1023956f2b7705e5331d8 100644 (file)
@@ -175,7 +175,7 @@ spell_notify_languages_cb (EmpathyConf  *conf,
 
                enchant_broker_free_dict (lang->config, lang->speller);
                enchant_broker_free (lang->config);
-               
+
                g_slice_free (SpellLanguage, lang);
        }
 
@@ -363,7 +363,7 @@ empathy_spell_get_suggestions (const gchar *word)
 
                suggestions = enchant_dict_suggest (lang->speller, word, len,
                                                    &number_of_suggestions);
-               
+
                for (i = 0; i < number_of_suggestions; i++) {
                        suggestion_list = g_list_append (suggestion_list,
                                                         g_strdup (suggestions[i]));