mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: clang-format
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user