From 01f9ca07f3a9c57ad0959ede7d234f057ae705b2 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 28 Oct 2011 16:57:34 +0200 Subject: coding style fix --- libempathy-gtk/empathy-account-chooser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-account-chooser.c b/libempathy-gtk/empathy-account-chooser.c index 87fdbbfe8..c21a22ebc 100644 --- a/libempathy-gtk/empathy-account-chooser.c +++ b/libempathy-gtk/empathy-account-chooser.c @@ -137,7 +137,7 @@ static void account_chooser_account_removed_cb (TpAccountManager *manager, TpAccount *account, EmpathyAccountChooser *self); static void account_chooser_account_remove_foreach (TpAccount *account, - EmpathyAccountChooser*self); + EmpathyAccountChooser *self); static void account_chooser_update_iter (EmpathyAccountChooser *self, GtkTreeIter *iter); static void account_chooser_status_changed_cb (TpAccount *account, @@ -791,7 +791,7 @@ account_chooser_find_account_foreach (GtkTreeModel *model, static gboolean account_chooser_find_account (EmpathyAccountChooser *self, TpAccount *account, - GtkTreeIter*iter) + GtkTreeIter *iter) { GtkListStore *store; GtkComboBox *combobox; -- cgit v1.2.3