mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d1e5566579
commit
97819f0154
@@ -23,7 +23,6 @@ using namespace BlackMisc::Aviation;
|
||||
using namespace BlackGui::Models;
|
||||
using namespace BlackGui::Menus;
|
||||
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Views
|
||||
|
||||
@@ -27,7 +27,6 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Aviation
|
||||
{
|
||||
|
||||
CAtcStationList::CAtcStationList() { }
|
||||
|
||||
CAtcStationList::CAtcStationList(const CSequence<CAtcStation> &other) :
|
||||
@@ -75,6 +74,5 @@ namespace BlackMisc
|
||||
Q_ASSERT_X(c == 0 || c == 1, Q_FUNC_INFO, "Found >1 matching station");
|
||||
return c;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user