diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-06-17 16:42:50 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-06-17 16:42:50 +0200 |
| commit | d6ccfc4d1481842efcec9e8be86006925c8b7136 (patch) | |
| tree | da1f889326b8cccf6ebb079c8b336d8af925c1a9 /src/base/QXmppSendResult.h | |
| parent | 43404e40fd649932cddd65a77aabf16873d44ecc (diff) | |
| download | qxmpp-d6ccfc4d1481842efcec9e8be86006925c8b7136.tar.gz | |
Adapt clang-format
Diffstat (limited to 'src/base/QXmppSendResult.h')
| -rw-r--r-- | src/base/QXmppSendResult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppSendResult.h b/src/base/QXmppSendResult.h index eeb9bc9e..b4b4ce81 100644 --- a/src/base/QXmppSendResult.h +++ b/src/base/QXmppSendResult.h @@ -47,6 +47,6 @@ struct SendSuccess /// using SendResult = std::variant<SendSuccess, SendError>; -} +} // namespace QXmpp #endif // QXMPPSENDRESULT_H |
