Formatting

This commit is contained in:
Klaus Basan
2016-12-24 23:36:33 +01:00
committed by Mathew Sutcliffe
parent d1e5566579
commit 97819f0154
2 changed files with 0 additions and 3 deletions

View File

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

View File

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