diff options
| author | Linus Jahn <lnj@kaidan.im> | 2023-03-11 01:16:40 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2023-03-11 01:16:40 +0100 |
| commit | 366a22985b946b70252ba5e6dc291dbfe8addd94 (patch) | |
| tree | f10840c67b1ce128eb16bd1d3288d9f5f23d449f /tests | |
| parent | 4897c9b6a36e961fb44d2bce04a698f979a423d5 (diff) | |
| download | qxmpp-366a22985b946b70252ba5e6dc291dbfe8addd94.tar.gz | |
Run clang-format
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/qxmpppubsubevent/tst_qxmpppubsubevent.cpp | 2 | ||||
| -rw-r--r-- | tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp | 2 | ||||
| -rw-r--r-- | tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/qxmpppubsubevent/tst_qxmpppubsubevent.cpp b/tests/qxmpppubsubevent/tst_qxmpppubsubevent.cpp index 8f37d943..e2f64649 100644 --- a/tests/qxmpppubsubevent/tst_qxmpppubsubevent.cpp +++ b/tests/qxmpppubsubevent/tst_qxmpppubsubevent.cpp @@ -3,8 +3,8 @@ // SPDX-License-Identifier: LGPL-2.1-or-later #include "QXmppDataForm.h" -#include "QXmppPubSubEvent.h" #include "QXmppPubSubBaseItem.h" +#include "QXmppPubSubEvent.h" #include "pubsubutil.h" #include "util.h" diff --git a/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp b/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp index bb6c0768..e4c816aa 100644 --- a/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp +++ b/tests/qxmpppubsubiq/tst_qxmpppubsubiq.cpp @@ -3,8 +3,8 @@ // // SPDX-License-Identifier: LGPL-2.1-or-later -#include "QXmppPubSubIq_p.h" #include "QXmppPubSubBaseItem.h" +#include "QXmppPubSubIq_p.h" #include "QXmppPubSubSubscription.h" #include "QXmppResultSet.h" diff --git a/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp b/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp index 6589b92e..f7f57f9d 100644 --- a/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp +++ b/tests/qxmpppubsubmanager/tst_qxmpppubsubmanager.cpp @@ -7,8 +7,8 @@ #include "QXmppClient.h" #include "QXmppMessage.h" #include "QXmppPubSubAffiliation.h" -#include "QXmppPubSubEventHandler.h" #include "QXmppPubSubBaseItem.h" +#include "QXmppPubSubEventHandler.h" #include "QXmppPubSubManager.h" #include "QXmppPubSubPublishOptions.h" #include "QXmppPubSubSubscribeOptions.h" |
