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

@@ -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