mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-25 14:56:22 +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 (xmpp_stanza_set_from(reply, to) != XMPP_EOK)
|
||||
goto quit_err;
|
||||
|
||||
|
||||
error = xmpp_stanza_new(ctx);
|
||||
if (!error)
|
||||
goto quit_err;
|
||||
|
||||
Reference in New Issue
Block a user