소스 검색

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(), " ");