refactor: clang-format

This commit is contained in:
Lars Toenning
2024-11-16 11:00:14 +01:00
parent a4a896d82d
commit 97eed9562a
1855 changed files with 10922 additions and 9422 deletions

View File

@@ -8,13 +8,15 @@
* \ingroup testmisc
*/
#include <QByteArray>
#include <QTest>
#include "test.h"
#include "misc/registermetadata.h"
#include "misc/simulation/simulatedaircraftlist.h"
#include "misc/test/testservice.h"
#include "misc/test/testserviceinterface.h"
#include "test.h"
#include <QTest>
#include <QByteArray>
using namespace swift::misc;
using namespace swift::misc::aviation;
@@ -61,7 +63,7 @@ namespace MiscTest
QVERIFY2(result == testData, "roundtrip marshal/unmarshal compares equal");
}
}
}
} // namespace MiscTest
//! main
SWIFTTEST_MAIN(MiscTest::CTestDataStream);