aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-01 20:49:35 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-01 21:19:40 +0800
commit6f38a06ea764fc3542be9470fb44406f4268e058 (patch)
treeee9631e875c3fd5241cd51e98d700883ba839d08 /libempathy
parent7b8a38ef119b1bcbf0a82d3f99552fe4bb2c3b9c (diff)
downloadgsoc2013-empathy-6f38a06ea764fc3542be9470fb44406f4268e058.tar
gsoc2013-empathy-6f38a06ea764fc3542be9470fb44406f4268e058.tar.gz
gsoc2013-empathy-6f38a06ea764fc3542be9470fb44406f4268e058.tar.bz2
gsoc2013-empathy-6f38a06ea764fc3542be9470fb44406f4268e058.tar.lz
gsoc2013-empathy-6f38a06ea764fc3542be9470fb44406f4268e058.tar.xz
gsoc2013-empathy-6f38a06ea764fc3542be9470fb44406f4268e058.tar.zst
gsoc2013-empathy-6f38a06ea764fc3542be9470fb44406f4268e058.zip
Fix coding style
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-account.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c
index 34b2ad631..e5ba7c890 100644
--- a/libempathy/empathy-account.c
+++ b/libempathy/empathy-account.c
@@ -428,7 +428,8 @@ _empathy_account_new (McAccount *mc_account)
return account;
}
-void _empathy_account_set_status (EmpathyAccount *account,
+void
+_empathy_account_set_status (EmpathyAccount *account,
TpConnectionStatus status,
TpConnectionStatusReason reason,
TpConnectionPresenceType presence)