aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-spell.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-24 22:44:59 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-25 00:32:28 +0800
commit79f4cab781ecdae50934146f365de98421c21f1c (patch)
treed1ac3e1de6f21ad7703b09ea1933d58fdb23e08e /libempathy-gtk/empathy-spell.c
parentfaca6e2fb73105a6408ea36d09d2cdcf883892ee (diff)
downloadgsoc2013-empathy-79f4cab781ecdae50934146f365de98421c21f1c.tar
gsoc2013-empathy-79f4cab781ecdae50934146f365de98421c21f1c.tar.gz
gsoc2013-empathy-79f4cab781ecdae50934146f365de98421c21f1c.tar.bz2
gsoc2013-empathy-79f4cab781ecdae50934146f365de98421c21f1c.tar.lz
gsoc2013-empathy-79f4cab781ecdae50934146f365de98421c21f1c.tar.xz
gsoc2013-empathy-79f4cab781ecdae50934146f365de98421c21f1c.tar.zst
gsoc2013-empathy-79f4cab781ecdae50934146f365de98421c21f1c.zip
empathy-spell: remove trailing tabs
Diffstat (limited to 'libempathy-gtk/empathy-spell.c')
-rw-r--r--libempathy-gtk/empathy-spell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c
index 9cd7c555b..076e81a03 100644
--- a/libempathy-gtk/empathy-spell.c
+++ b/libempathy-gtk/empathy-spell.c
@@ -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]));