Salome HOME
Temporary providing a compound shape type in selection and validation to provide...
[modules/shaper.git] / src / GeomValidators / GeomValidators_Positive.h
index f526999f61c943c72b897c5dd629f78796c443d9..abfbe948bc519bd8bcbe0cbd390a46d947cf368d 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        GeomValidators_ValidatorPositive.h
 // Created:     16 Sep 2014
 // Author:      Mikhail PONIKAROV
@@ -19,8 +21,8 @@ public:
   //! returns true if attribute is valid
   //! \param theAttribute the checked attribute
   //! \param theArguments arguments of the attribute
-  GEOMVALIDATORS_EXPORT virtual bool isValid(
-    const AttributePtr& theAttribute, const std::list<std::string>& theArguments) const;
+  GEOMVALIDATORS_EXPORT virtual bool isValid(const AttributePtr& theAttribute,
+                                             const std::list<std::string>& theArguments) const;
 
 };