diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-05-28 17:48:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-28 17:48:16 +0200 |
| commit | 1ff2e122caf6a648a7fd6e7f00cad1445e01df6b (patch) | |
| tree | 387eeb9525119a281623e73a85adc982194b97eb /src/client/QXmppClient.cpp | |
| parent | 1b20fbc7408164079cf5ff64a273ce955d51cfb7 (diff) | |
| download | qxmpp-1ff2e122caf6a648a7fd6e7f00cad1445e01df6b.tar.gz | |
Apply 'clang-format' (#429)
Diffstat (limited to 'src/client/QXmppClient.cpp')
| -rw-r--r-- | src/client/QXmppClient.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/QXmppClient.cpp b/src/client/QXmppClient.cpp index 76c9ea25..7b1a593b 100644 --- a/src/client/QXmppClient.cpp +++ b/src/client/QXmppClient.cpp @@ -829,8 +829,8 @@ void QXmppClient::injectIq(const QDomElement &element, const std::optional<QXmpp QXmppIq iq(QXmppIq::Error); iq.setTo(element.attribute("from")); const auto errMessage = e2eeMetadata.has_value() - ? QStringLiteral("Feature not implemented or not supported with end-to-end encryption.") - : QStringLiteral("Feature not implemented."); + ? QStringLiteral("Feature not implemented or not supported with end-to-end encryption.") + : QStringLiteral("Feature not implemented."); iq.setError(Err(Err::Cancel, Err::FeatureNotImplemented, errMessage)); reply(std::move(iq), e2eeMetadata); } |
