]> git.stg.codes - stg.git/blobdiff - projects/stargazer/settings_impl.h
code correction: removal spaces
[stg.git] / projects / stargazer / settings_impl.h
index 7dc742f52f42e0243bcd11e65bc800663e574b42..7ba2708fd7ae6aace5260277b5421140918a2c4c 100644 (file)
@@ -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;
 };
 //-----------------------------------------------------------------------------