Removed whitespace

This commit is contained in:
James Booth
2013-02-14 22:06:43 +00:00
parent b5e06a079c
commit bd03b0e8ab

View File

@@ -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,