mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
refactor: clang-format
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "core/threadedreader.h"
|
||||
#include "core/application.h"
|
||||
#include "misc/network/networkutils.h"
|
||||
#include "misc/threadutils.h"
|
||||
#include "misc/logmessage.h"
|
||||
#include "misc/verify.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QMetaObject>
|
||||
@@ -15,6 +10,12 @@
|
||||
#include <QTimer>
|
||||
#include <QWriteLocker>
|
||||
|
||||
#include "core/application.h"
|
||||
#include "misc/logmessage.h"
|
||||
#include "misc/network/networkutils.h"
|
||||
#include "misc/threadutils.h"
|
||||
#include "misc/verify.h"
|
||||
|
||||
using namespace swift::misc;
|
||||
using namespace swift::misc::network;
|
||||
using namespace swift::core::vatsim;
|
||||
@@ -210,4 +211,4 @@ namespace swift::core
|
||||
}
|
||||
CLogMessage::preformatted(logMsg);
|
||||
}
|
||||
} // namespace
|
||||
} // namespace swift::core
|
||||
|
||||
Reference in New Issue
Block a user