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

fixed indenting

This commit is contained in:
Dmitry Podgorny 2013-08-24 00:41:57 +03:00
parent 012366cf13
commit d6c90ac7ca

View File

@ -493,7 +493,7 @@ _available_handler(xmpp_conn_t * const conn,
} }
// self presence // self presence
if (strcmp(my_jid->barejid, from_jid->barejid) ==0) { if (strcmp(my_jid->barejid, from_jid->barejid) == 0) {
connection_add_available_resource(resource); connection_add_available_resource(resource);
// contact presence // contact presence