]> git.0d.be Git - empathy.git/commitdiff
empathy-accounts-dialog: fix coding style
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 15 May 2009 15:49:26 +0000 (16:49 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 May 2009 08:48:41 +0000 (09:48 +0100)
src/empathy-accounts-dialog.c

index 406d49c19a7685deb590be719043f85178971495..e311ac6377a2b3381b70c4f901714f00f4178a98 100644 (file)
@@ -232,11 +232,11 @@ accounts_dialog_update_account (EmpathyAccountsDialog *dialog,
                dialog->settings_widget =
                        empathy_account_widget_irc_new (account);
        }
                dialog->settings_widget =
                        empathy_account_widget_irc_new (account);
        }
-       else if (!tp_strdiff(config_ui, "icq")) {
+       else if (!tp_strdiff (config_ui, "icq")) {
                dialog->settings_widget =
                        empathy_account_widget_icq_new (account);
        }
                dialog->settings_widget =
                        empathy_account_widget_icq_new (account);
        }
-       else if (!tp_strdiff(config_ui, "aim")) {
+       else if (!tp_strdiff (config_ui, "aim")) {
                dialog->settings_widget =
                        empathy_account_widget_aim_new (account);
        }
                dialog->settings_widget =
                        empathy_account_widget_aim_new (account);
        }
@@ -358,7 +358,7 @@ accounts_dialog_enable_toggled_cb (GtkCellRendererToggle *cell_renderer,
        mc_account_set_enabled (account, !enabled);
 
        DEBUG ("%s account %s", enabled ? "Disabled" : "Enable",
        mc_account_set_enabled (account, !enabled);
 
        DEBUG ("%s account %s", enabled ? "Disabled" : "Enable",
-               mc_account_get_display_name(account));
+               mc_account_get_display_name (account));
 
        g_object_unref (account);
 }
 
        g_object_unref (account);
 }