mirror of
https://github.com/strophe/libstrophe.git
synced 2026-08-03 18:56:21 +00:00
stanza: remove trailing spaces
This commit is contained in:
@@ -1227,7 +1227,7 @@ xmpp_stanza_t *xmpp_stanza_reply_error(xmpp_stanza_t *stanza,
|
|||||||
if (to)
|
if (to)
|
||||||
if (xmpp_stanza_set_from(reply, to) != XMPP_EOK)
|
if (xmpp_stanza_set_from(reply, to) != XMPP_EOK)
|
||||||
goto quit_err;
|
goto quit_err;
|
||||||
|
|
||||||
error = xmpp_stanza_new(ctx);
|
error = xmpp_stanza_new(ctx);
|
||||||
if (!error)
|
if (!error)
|
||||||
goto quit_err;
|
goto quit_err;
|
||||||
|
|||||||
Reference in New Issue
Block a user