From bd03b0e8ab170f812bba64f78291ca3d0ef3071a Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 14 Feb 2013 22:06:43 +0000 Subject: [PATCH] Removed whitespace --- src/contact_list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contact_list.c b/src/contact_list.c index 3b6aab1a..ad00a4c3 100644 --- a/src/contact_list.c +++ b/src/contact_list.c @@ -97,14 +97,14 @@ contact_list_update_presence(const char * const barejid, Resource *resource, if (contact == NULL) { return FALSE; } - + if (!_datetimes_equal(p_contact_last_activity(contact), last_activity)) { p_contact_set_last_activity(contact, last_activity); } p_contact_set_presence(contact, resource); return TRUE; -} +} gboolean contact_list_contact_offline(const char * const barejid,