clang-format src

This commit is contained in:
Lars Toenning
2023-04-13 14:20:16 +02:00
parent ba41d4887b
commit 970b7c3650
1501 changed files with 20326 additions and 17820 deletions

View File

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