Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / Config / Config_PropManager.cpp
index de17ec1a5fddd86dfaa67a9a9cdd3616ce5a68e6..1928fbfc38ea8c5a5fef65735ec5f64fe69bb744 100644 (file)
@@ -13,7 +13,7 @@ bool stringToBoolean(const std::string& theInt);
 
 Config_Properties Config_PropManager::myProps;
 
-Config_Prop* Config_PropManager::registerProp(const std::string& theSection, 
+Config_Prop* Config_PropManager::registerProp(const std::string& theSection,
                                               const std::string& theName,
                                               const std::string& theTitle,
                                               Config_Prop::PropType theType,