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,6 +5,12 @@
//! \file
//! \ingroup testmisc
#include <QString>
#include <QTest>
#include <QtGlobal>
#include "test.h"
#include "misc/math/mathutils.h"
#include "misc/pq/acceleration.h"
#include "misc/pq/angle.h"
@@ -22,11 +28,6 @@
#include "misc/pq/time.h"
#include "misc/pq/units.h"
#include "misc/variant.h"
#include "test.h"
#include <QString>
#include <QtGlobal>
#include <QTest>
using namespace swift::misc::physical_quantities;
using namespace swift::misc::math;
@@ -443,7 +444,7 @@ namespace MiscTest
QVERIFY2(510_hrmin == CTime(510, CTimeUnit::hrmin()), "Time needs to be the same");
QVERIFY2(2637_minsec == CTime(2637, CTimeUnit::minsec()), "Time needs to be the same");
}
} // namespace
} // namespace MiscTest
//! main
SWIFTTEST_APPLESS_MAIN(MiscTest::CTestPhysicalQuantities);