mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
clang-format src
This commit is contained in:
@@ -14,10 +14,10 @@ BLACK_DEFINE_SEQUENCE_MIXINS(BlackMisc::Network, CClient, CClientList)
|
||||
|
||||
namespace BlackMisc::Network
|
||||
{
|
||||
CClientList::CClientList() { }
|
||||
CClientList::CClientList() {}
|
||||
|
||||
CClientList::CClientList(const CSequence &other) : CSequence<CClient>(other)
|
||||
{ }
|
||||
{}
|
||||
|
||||
bool CClientList::hasCapability(const Aviation::CCallsign &callsign, CClient::Capability capability) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user