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

@@ -1,14 +1,15 @@
// SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
#include "misc/pq/units.h"
#include "misc/weather/cloudlayer.h"
#include "misc/weather/metar.h"
#include "misc/weather/presentweather.h"
#include <QStringBuilder>
#include <QtGlobal>
#include "misc/pq/units.h"
#include "misc/weather/cloudlayer.h"
#include "misc/weather/presentweather.h"
using namespace swift::misc::physical_quantities;
using namespace swift::misc::aviation;
@@ -139,4 +140,4 @@ namespace swift::misc::weather
metar.setCavok();
return metar;
}
} // namespace
} // namespace swift::misc::weather