ctx: fix indentation in xmpp_ctx_set_timeout()

This commit is contained in:
Dmitry Podgorny
2017-06-29 18:35:56 +03:00
parent 0bdb5f1d5b
commit 8ef027c54a

View File

@@ -450,6 +450,5 @@ void xmpp_ctx_free(xmpp_ctx_t * const ctx)
*/
void xmpp_ctx_set_timeout(xmpp_ctx_t * const ctx, const unsigned long timeout)
{
ctx->timeout = timeout;
ctx->timeout = timeout;
}