瀏覽代碼

code formatting

Sven Czarnian 3 年之前
父節點
當前提交
06271fde5b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/PlugIn.cpp

+ 2 - 2
src/PlugIn.cpp

@@ -388,8 +388,8 @@ void PlugIn::generateAircraftReportMessage(EuroScopePlugIn::CRadarTarget& radarT
     std::string iafName;
 
     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(), " ");