Browse Source

code formatting

Sven Czarnian 3 years ago
parent
commit
ce23f956ed
1 changed files with 1 additions and 1 deletions
  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;