1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Fixed indentation

This commit is contained in:
James Booth 2012-10-16 23:56:44 +01:00
parent 68c6fe4803
commit 4e05e919b2

View File

@ -246,9 +246,9 @@ jabber_get_jid(void)
void
jabber_free_resources(void)
{
xmpp_conn_release(jabber_conn.conn);
xmpp_ctx_free(jabber_conn.ctx);
xmpp_shutdown();
xmpp_conn_release(jabber_conn.conn);
xmpp_ctx_free(jabber_conn.ctx);
xmpp_shutdown();
}
static int