about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/contact_list.c4
1 files 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,