diff options
author | James Booth <boothj5@gmail.com> | 2013-02-14 22:06:43 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-02-14 22:06:43 +0000 |
commit | bd03b0e8ab170f812bba64f78291ca3d0ef3071a (patch) | |
tree | a7a747d5edfa86e1a45e75cd0690029c70719bcf | |
parent | b5e06a079cf5aaa2f93fb2af796484b779581a6f (diff) | |
download | profani-tty-bd03b0e8ab170f812bba64f78291ca3d0ef3071a.tar.gz |
Removed whitespace
-rw-r--r-- | src/contact_list.c | 4 |
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, |