Salome HOME
Better management of errors.
[modules/shaper.git] / src / GeomValidators / GeomValidators_PartitionArguments.h
index 23397a117b526cfc0a578341f1c354b2d3dd1f4a..5f14adae3c4b7fc564680583c3446014c94d9863 100644 (file)
@@ -29,7 +29,7 @@ public:
                                              Events_InfoMessage& theError) const;
 
   /// \return true if the attribute in feature is not obligatory for the feature execution.
-  GEOMVALIDATORS_EXPORT virtual 
+  GEOMVALIDATORS_EXPORT virtual
     bool isNotObligatory(std::string theFeature, std::string theAttribute);
 };