mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
refactor: clang-format
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "misc/geo/coordinategeodetic.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include <QStringBuilder>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "misc/logmessage.h"
|
||||
#include "misc/verify.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QStringBuilder>
|
||||
#include <cmath>
|
||||
|
||||
using namespace swift::misc::aviation;
|
||||
using namespace swift::misc::physical_quantities;
|
||||
using namespace swift::misc::math;
|
||||
@@ -511,4 +513,4 @@ namespace swift::misc::geo
|
||||
const int i = index.frontCasted<int>();
|
||||
return (i >= static_cast<int>(IndexRelativeDistance)) && (i <= static_cast<int>(IndexRelativeBearing));
|
||||
}
|
||||
} // namespace
|
||||
} // namespace swift::misc::geo
|
||||
|
||||
Reference in New Issue
Block a user