Salome HOME
Better management of errors.
[modules/shaper.git] / src / GeomValidators / GeomValidators_Positive.cpp
index 17c38fb19035600799d5bb7808f814aa15b43347..6737f289aaba4e180b893edfb664971858f2c7ee 100644 (file)
@@ -26,7 +26,7 @@ GeomValidators_Positive::GeomValidators_Positive()
   aFactory->registerValidator("GeomValidators_Positive", this);
 }
 
-bool GeomValidators_Positive::isValid(const AttributePtr& theAttribute, 
+bool GeomValidators_Positive::isValid(const AttributePtr& theAttribute,
                                       const std::list<std::string>& theArguments,
                                       Events_InfoMessage& theError) const
 {