diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-24 18:35:00 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-24 18:35:00 +0800 |
commit | f421f61bb5e2ef7e8067b5874e0230961be389d5 (patch) | |
tree | d63a1ca795df72629457e63368791006b5338157 /libempathy | |
parent | 82c599881220294274e047813bd060e73fe45718 (diff) | |
download | gsoc2013-empathy-f421f61bb5e2ef7e8067b5874e0230961be389d5.tar gsoc2013-empathy-f421f61bb5e2ef7e8067b5874e0230961be389d5.tar.gz gsoc2013-empathy-f421f61bb5e2ef7e8067b5874e0230961be389d5.tar.bz2 gsoc2013-empathy-f421f61bb5e2ef7e8067b5874e0230961be389d5.tar.lz gsoc2013-empathy-f421f61bb5e2ef7e8067b5874e0230961be389d5.tar.xz gsoc2013-empathy-f421f61bb5e2ef7e8067b5874e0230961be389d5.tar.zst gsoc2013-empathy-f421f61bb5e2ef7e8067b5874e0230961be389d5.zip |
Fix several coding style issues
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-log-store-empathy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-log-store-empathy.c b/libempathy/empathy-log-store-empathy.c index ff59eccbc..8b228794f 100644 --- a/libempathy/empathy-log-store-empathy.c +++ b/libempathy/empathy-log-store-empathy.c @@ -413,7 +413,7 @@ log_store_empathy_search_hit_new (EmpathyLogStore *self, else account_name = strv[len-3]; - accounts = empathy_account_manager_dup_accounts(priv->account_manager); + accounts = empathy_account_manager_dup_accounts (priv->account_manager); for (l = accounts; l != NULL; l = g_list_next (l)) { |