From 8ef027c54a476a36397a9d40b6b7e32393a56305 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Thu, 29 Jun 2017 18:35:56 +0300 Subject: [PATCH] ctx: fix indentation in xmpp_ctx_set_timeout() --- src/ctx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ctx.c b/src/ctx.c index 9885154..6e6f22e 100644 --- a/src/ctx.c +++ b/src/ctx.c @@ -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; } -