diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-01-08 08:26:46 +0000 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-01-15 14:04:15 +0100 |
| commit | fd11e024a6079be3e0bc62911b6e3070c7553224 (patch) | |
| tree | 199a3d658bc1641259faffd588534788fadb05dd /src/client/QXmppE2eeExtension.h | |
| parent | ee1ea9091f128164f91d29d7a3598d792326c1a7 (diff) | |
| download | qxmpp-fd11e024a6079be3e0bc62911b6e3070c7553224.tar.gz | |
Run 'clang-format' on all files
Diffstat (limited to 'src/client/QXmppE2eeExtension.h')
| -rw-r--r-- | src/client/QXmppE2eeExtension.h | 6 |
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 |
