mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refactor: clang-format
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "misc/aviation/comsystem.h"
|
||||
#include "misc/math/mathutils.h"
|
||||
#include "misc/pq/literals.h"
|
||||
#include "misc/stringutils.h"
|
||||
|
||||
#include <QDBusMetaType>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "misc/math/mathutils.h"
|
||||
#include "misc/pq/literals.h"
|
||||
#include "misc/stringutils.h"
|
||||
|
||||
using namespace swift::misc::physical_quantities;
|
||||
using namespace swift::misc::math;
|
||||
|
||||
@@ -239,4 +240,4 @@ namespace swift::misc::aviation
|
||||
default: qFatal("Wrong channel spacing"); return 0.0; // return just supressing compiler warning
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
} // namespace swift::misc::aviation
|
||||
|
||||
Reference in New Issue
Block a user