[empathy] empathy-spell: remove trailing tabs
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] empathy-spell: remove trailing tabs
- Date: Wed, 24 Jun 2009 16:58:29 +0000 (UTC)
commit 79f4cab781ecdae50934146f365de98421c21f1c
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Jun 24 15:44:59 2009 +0100
empathy-spell: remove trailing tabs
libempathy-gtk/empathy-spell.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c
index 9cd7c55..076e81a 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]));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]