diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-28 22:57:34 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-01 01:00:25 +0800 |
commit | 01f9ca07f3a9c57ad0959ede7d234f057ae705b2 (patch) | |
tree | 1605e53264efacf1ebe0410793ae08ad05ef14db | |
parent | 004fc67145dcea8ea451ac94783d5b537afcae57 (diff) | |
download | gsoc2013-empathy-01f9ca07f3a9c57ad0959ede7d234f057ae705b2.tar gsoc2013-empathy-01f9ca07f3a9c57ad0959ede7d234f057ae705b2.tar.gz gsoc2013-empathy-01f9ca07f3a9c57ad0959ede7d234f057ae705b2.tar.bz2 gsoc2013-empathy-01f9ca07f3a9c57ad0959ede7d234f057ae705b2.tar.lz gsoc2013-empathy-01f9ca07f3a9c57ad0959ede7d234f057ae705b2.tar.xz gsoc2013-empathy-01f9ca07f3a9c57ad0959ede7d234f057ae705b2.tar.zst gsoc2013-empathy-01f9ca07f3a9c57ad0959ede7d234f057ae705b2.zip |
coding style fix
-rw-r--r-- | libempathy-gtk/empathy-account-chooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |