[empathy] empathy-preferences: fix coding style



commit afc07bd845ca8ce44b1dd59af2cd401544063c86
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri May 15 16:50:44 2009 +0100

    empathy-preferences: fix coding style
---
 src/empathy-preferences.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index 77f0bec..628db52 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -422,7 +422,7 @@ preferences_languages_add (EmpathyPreferences *preferences)
 
 	codes = empathy_spell_get_language_codes ();
 
-	empathy_conf_set_bool (empathy_conf_get(),
+	empathy_conf_set_bool (empathy_conf_get (),
 			       EMPATHY_PREFS_CHAT_SPELL_CHECKER_ENABLED,
 			       codes != NULL);
 	if (!codes) {



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