mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
refactor: clang-format
This commit is contained in:
@@ -5,12 +5,14 @@
|
||||
//! \file
|
||||
//! \ingroup testmisc
|
||||
|
||||
#include "misc/simulation/interpolation/interpolatorspline.h"
|
||||
#include "misc/simulation/remoteaircraftproviderdummy.h"
|
||||
#include "test.h"
|
||||
#include <QTest>
|
||||
#include <QtDebug>
|
||||
|
||||
#include "test.h"
|
||||
|
||||
#include "misc/simulation/interpolation/interpolatorspline.h"
|
||||
#include "misc/simulation/remoteaircraftproviderdummy.h"
|
||||
|
||||
using namespace swift::misc;
|
||||
using namespace swift::misc::aviation;
|
||||
using namespace swift::misc::geo;
|
||||
@@ -183,7 +185,7 @@ namespace MiscTest
|
||||
s.setTimeOffsetMs(offset);
|
||||
return s;
|
||||
}
|
||||
} // namespace
|
||||
} // namespace MiscTest
|
||||
|
||||
//! main
|
||||
SWIFTTEST_MAIN(MiscTest::CTestInterpolatorParts);
|
||||
|
||||
Reference in New Issue
Block a user