1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

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) { if (contact == NULL) {
return FALSE; return FALSE;
} }
if (!_datetimes_equal(p_contact_last_activity(contact), last_activity)) { if (!_datetimes_equal(p_contact_last_activity(contact), last_activity)) {
p_contact_set_last_activity(contact, last_activity); p_contact_set_last_activity(contact, last_activity);
} }
p_contact_set_presence(contact, resource); p_contact_set_presence(contact, resource);
return TRUE; return TRUE;
} }
gboolean gboolean
contact_list_contact_offline(const char * const barejid, contact_list_contact_offline(const char * const barejid,