X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f3555eaeee988c834b068f96bcc1ef7130b886de..f5776429a3145d59f5b131c25d0f9428ae947f4e:/projects/stargazer/settings_impl.h?ds=sidebyside

diff --git a/projects/stargazer/settings_impl.h b/projects/stargazer/settings_impl.h
index 7dc742f5..7ba2708f 100644
--- a/projects/stargazer/settings_impl.h
+++ b/projects/stargazer/settings_impl.h
@@ -97,7 +97,7 @@ public:
     const MODULE_SETTINGS & GetStoreModuleSettings() const
         { return storeModuleSettings; }
     const std::vector<MODULE_SETTINGS> & GetModulesSettings() const
-        { return modulesSettings; }                
+        { return modulesSettings; }
     const std::vector<std::string> & GetScriptParams() const { return scriptParams; }
 
 private:
@@ -117,7 +117,7 @@ private:
     std::string rules;
     std::string logFile;
     std::string pidFile;
-    std::string monitorDir;        
+    std::string monitorDir;
     std::vector<std::string> scriptParams;
     bool        monitoring;
     unsigned    detailStatWritePeriod;
@@ -137,7 +137,7 @@ private:
     bool        reconnectOnTariffChange;
 
     std::vector<MODULE_SETTINGS> modulesSettings;
-    MODULE_SETTINGS storeModuleSettings;    
+    MODULE_SETTINGS storeModuleSettings;
     STG_LOGGER & logger;
 };
 //-----------------------------------------------------------------------------