mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-07 18:15:51 +08:00
refactor: clang-format
This commit is contained in:
@@ -5,14 +5,15 @@
|
||||
//! \file
|
||||
//! \ingroup testmisc
|
||||
|
||||
#include "misc/aviation/aircraftsituation.h"
|
||||
#include "misc/simulation/interpolation/interpolationrenderingsetup.h"
|
||||
#include "test.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QTest>
|
||||
#include <QtDebug>
|
||||
|
||||
#include "test.h"
|
||||
|
||||
#include "misc/aviation/aircraftsituation.h"
|
||||
#include "misc/simulation/interpolation/interpolationrenderingsetup.h"
|
||||
|
||||
using namespace swift::misc::aviation;
|
||||
using namespace swift::misc::geo;
|
||||
using namespace swift::misc::physical_quantities;
|
||||
@@ -118,7 +119,7 @@ namespace MiscTest
|
||||
QVERIFY2(!s1.equalPbhVectorAltitude(s2), "Heading test, expect same PHB/Vector/Altitude");
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
} // namespace MiscTest
|
||||
|
||||
//! main
|
||||
SWIFTTEST_MAIN(MiscTest::CTestInterpolatorMisc);
|
||||
|
||||
Reference in New Issue
Block a user