code formatting
This commit is contained in:
@@ -388,8 +388,8 @@ void PlugIn::generateAircraftReportMessage(EuroScopePlugIn::CRadarTarget& radarT
|
|||||||
std::string iafName;
|
std::string iafName;
|
||||||
|
|
||||||
for (auto element = this->SectorFileElementSelectFirst(EuroScopePlugIn::SECTOR_ELEMENT_STAR);
|
for (auto element = this->SectorFileElementSelectFirst(EuroScopePlugIn::SECTOR_ELEMENT_STAR);
|
||||||
true == element.IsValid();
|
true == element.IsValid();
|
||||||
element = this->SectorFileElementSelectNext(element, EuroScopePlugIn::SECTOR_ELEMENT_STAR))
|
element = this->SectorFileElementSelectNext(element, EuroScopePlugIn::SECTOR_ELEMENT_STAR))
|
||||||
{
|
{
|
||||||
auto split = String::splitString(element.GetName(), " ");
|
auto split = String::splitString(element.GetName(), " ");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user