aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppE2eeExtension.h
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-01-08 08:26:46 +0000
committerLinus Jahn <lnj@kaidan.im>2022-01-15 14:04:15 +0100
commitfd11e024a6079be3e0bc62911b6e3070c7553224 (patch)
tree199a3d658bc1641259faffd588534788fadb05dd /src/client/QXmppE2eeExtension.h
parentee1ea9091f128164f91d29d7a3598d792326c1a7 (diff)
downloadqxmpp-fd11e024a6079be3e0bc62911b6e3070c7553224.tar.gz
Run 'clang-format' on all files
Diffstat (limited to 'src/client/QXmppE2eeExtension.h')
-rw-r--r--src/client/QXmppE2eeExtension.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/QXmppE2eeExtension.h b/src/client/QXmppE2eeExtension.h
index ea376c6e..86262782 100644
--- a/src/client/QXmppE2eeExtension.h
+++ b/src/client/QXmppE2eeExtension.h
@@ -16,7 +16,9 @@ class QFuture;
class QXmppE2eeExtension
{
public:
- struct NotEncrypted {};
+ struct NotEncrypted
+ {
+ };
using EncryptMessageResult = std::variant<QByteArray, QXmpp::SendError>;
using IqEncryptResult = std::variant<QByteArray, QXmpp::SendError>;
@@ -28,4 +30,4 @@ public:
virtual QFuture<IqDecryptResult> decryptIq(const QDomElement &) = 0;
};
-#endif // QXMPPE2EEEXTENSION_H
+#endif // QXMPPE2EEEXTENSION_H