From f19ed572f0ec900c1d813a282241859dba48b20e Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sat, 17 Jul 2021 01:21:49 +0300 Subject: [PATCH] stanza: remove trailing spaces --- src/stanza.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stanza.c b/src/stanza.c index eb0bb47..b95c25e 100644 --- a/src/stanza.c +++ b/src/stanza.c @@ -1227,7 +1227,7 @@ xmpp_stanza_t *xmpp_stanza_reply_error(xmpp_stanza_t *stanza, if (to) if (xmpp_stanza_set_from(reply, to) != XMPP_EOK) goto quit_err; - + error = xmpp_stanza_new(ctx); if (!error) goto quit_err;