mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +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::Models;
|
||||||
using namespace BlackGui::Menus;
|
using namespace BlackGui::Menus;
|
||||||
|
|
||||||
|
|
||||||
namespace BlackGui
|
namespace BlackGui
|
||||||
{
|
{
|
||||||
namespace Views
|
namespace Views
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ namespace BlackMisc
|
|||||||
{
|
{
|
||||||
namespace Aviation
|
namespace Aviation
|
||||||
{
|
{
|
||||||
|
|
||||||
CAtcStationList::CAtcStationList() { }
|
CAtcStationList::CAtcStationList() { }
|
||||||
|
|
||||||
CAtcStationList::CAtcStationList(const CSequence<CAtcStation> &other) :
|
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");
|
Q_ASSERT_X(c == 0 || c == 1, Q_FUNC_INFO, "Found >1 matching station");
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user