]> git.0d.be Git - empathy.git/commitdiff
empathy-profile-chooser: fix coding style
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 May 2009 14:59:26 +0000 (15:59 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 May 2009 15:07:15 +0000 (16:07 +0100)
libempathy-gtk/empathy-profile-chooser.c

index 10eb3791ab552a6e08169c0332511822c2f856f9..14965741c28c8df33e642073abd5b83c66beb2cb 100644 (file)
@@ -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),