mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refactor: clang-format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user