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

@@ -5,11 +5,13 @@
//! \file
//! \ingroup testmisc
#include <QTest>
#include "test.h"
#include "misc/aviation/flightplan.h"
#include "misc/aviation/selcal.h"
#include "misc/network/voicecapabilities.h"
#include "test.h"
#include <QTest>
using namespace swift::misc::aviation;
using namespace swift::misc::network;
@@ -98,7 +100,7 @@ namespace MiscTest
a = CAltitude(1600, CAltitude::MeanSeaLevel, CLengthUnit::m());
QVERIFY2(a.asFpICAOAltitudeString() == "M0160", "Expect M0160");
}
} // ns
} // namespace MiscTest
//! main
SWIFTTEST_APPLESS_MAIN(MiscTest::CTestFlightPlan);

View File

@@ -5,10 +5,12 @@
//! \file
//! \ingroup testmisc
#include "misc/aviation/flightplanaircraftinfo.h"
#include "test.h"
#include <QTest>
#include "test.h"
#include "misc/aviation/flightplanaircraftinfo.h"
using namespace swift::misc::aviation;
namespace MiscTest
@@ -219,7 +221,7 @@ namespace MiscTest
QCOMPARE(info.asIcaoString(), "B737/M-SDE2E3FGHIRWXY/LB1");
}
} // ns
} // namespace MiscTest
//! main
SWIFTTEST_APPLESS_MAIN(MiscTest::CTestFlightPlanAircraftInfo);