[empathy] coding style fixes



commit 61276718fc0643e8951219748b3dd4ee0b282d23
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Nov 8 16:23:20 2010 +0100

    coding style fixes

 libempathy-gtk/empathy-chat.c             |    4 ++--
 libempathy-gtk/empathy-presence-chooser.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index e946ae5..1c71637 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -1896,7 +1896,7 @@ chat_spelling_build_add_to_dictionary_item (EmpathyChatSpell *chat_spell)
 	g_assert (codes != NULL);
 	if (g_list_length (codes) > 1) {
 		/* translators: %s is the selected word */
-		label = g_strdup_printf(_("Add '%s' to Dictionary"),
+		label = g_strdup_printf (_("Add '%s' to Dictionary"),
 					chat_spell->word);
 		item = gtk_image_menu_item_new_with_mnemonic (label);
 		g_free (label);
@@ -1933,7 +1933,7 @@ chat_spelling_build_add_to_dictionary_item (EmpathyChatSpell *chat_spell)
 		g_assert (name != NULL);
 		/* translators: first %s is the selected word,
 		 * second %s is the language name of the target dictionary */
-		label = g_strdup_printf(_("Add '%s' to %s Dictionary"),
+		label = g_strdup_printf (_("Add '%s' to %s Dictionary"),
 					chat_spell->word, name);
 		item = gtk_image_menu_item_new_with_mnemonic (label);
 		g_free (label);
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c
index 1dbc38a..33bf028 100644
--- a/libempathy-gtk/empathy-presence-chooser.c
+++ b/libempathy-gtk/empathy-presence-chooser.c
@@ -992,7 +992,7 @@ presence_chooser_finalize (GObject *object)
 GtkWidget *
 empathy_presence_chooser_new (void)
 {
-	/* FIXME, why can't this go in init()? */
+	/* FIXME, why can't this go in init ()? */
 	return g_object_new (EMPATHY_TYPE_PRESENCE_CHOOSER,
 		"has-entry", TRUE,
 		NULL);



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