aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-06-04 23:42:07 +0800
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-06-04 23:42:07 +0800
commitb788f7ca76096138b65f4518fb4435608cd0f91f (patch)
tree4c992a5200e3c3951d9ef369ebd55b833fc3dacf /libempathy/empathy-contact.c
parent899e4cd7f419588e11a5991e9bfb27f6da1b9135 (diff)
downloadgsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar
gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar.gz
gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar.bz2
gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar.lz
gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar.xz
gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar.zst
gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.zip
Coding style fixes.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r--libempathy/empathy-contact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index a08c629ee..03ce8d28a 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -763,7 +763,7 @@ empathy_contact_is_online (EmpathyContact *contact)
{
g_return_val_if_fail (EMPATHY_IS_CONTACT (contact), FALSE);
- switch (empathy_contact_get_presence(contact))
+ switch (empathy_contact_get_presence (contact))
{
case TP_CONNECTION_PRESENCE_TYPE_OFFLINE:
case TP_CONNECTION_PRESENCE_TYPE_UNKNOWN: