Przeglądaj źródła

code formatting

Sven Czarnian 3 lat temu
rodzic
commit
ce23f956ed
1 zmienionych plików z 1 dodań i 1 usunięć
  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;