瀏覽代碼

code formatting

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

+ 1 - 1
src/PlugIn.cpp

@@ -180,7 +180,7 @@ void PlugIn::validateBackendData() {
 }
 
 EuroScopePlugIn::CRadarScreen* PlugIn::OnRadarScreenCreated(const char* displayName, bool needsRadarContent, bool geoReferenced,
-    bool canBeSaved, bool canBeCreated) {
+                                                            bool canBeSaved, bool canBeCreated) {
     std::ignore = needsRadarContent;
     std::ignore = geoReferenced;
     std::ignore = canBeSaved;