[empathy] empathy-profile-chooser: fix coding style



commit c0dc199af77dc7a5197f99bbfd5b353741273be9
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 18 15:59:26 2009 +0100

    empathy-profile-chooser: fix coding style
---
 libempathy-gtk/empathy-profile-chooser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libempathy-gtk/empathy-profile-chooser.c b/libempathy-gtk/empathy-profile-chooser.c
index 10eb379..1496574 100644
--- a/libempathy-gtk/empathy-profile-chooser.c
+++ b/libempathy-gtk/empathy-profile-chooser.c
@@ -56,7 +56,7 @@ enum {
  *
  * Return value: a new reference to the selected #McProfile
  */
-McProfile*
+McProfile *
 empathy_profile_chooser_dup_selected (GtkWidget *widget)
 {
 	GtkTreeModel *model;
@@ -208,7 +208,7 @@ empathy_profile_chooser_new (void)
 		if (g_list_find_custom (seen, unique_name, (GCompareFunc) strcmp)) {
 			continue;
 		}
-		seen = g_list_append (seen, (char*) unique_name);
+		seen = g_list_append (seen, (char *) unique_name);
 
 		gtk_list_store_insert_with_values (store, &iter, 0,
 						   COL_ICON, mc_profile_get_icon_name (profile),



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