Browse Source

code formatting

Sven Czarnian 3 năm trước cách đây
mục cha
commit
06271fde5b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/PlugIn.cpp

+ 2 - 2
src/PlugIn.cpp

@@ -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();
-        element = this->SectorFileElementSelectNext(element, EuroScopePlugIn::SECTOR_ELEMENT_STAR))
+         true == element.IsValid();
+         element = this->SectorFileElementSelectNext(element, EuroScopePlugIn::SECTOR_ELEMENT_STAR))
     {
     {
         auto split = String::splitString(element.GetName(), " ");
         auto split = String::splitString(element.GetName(), " ");