Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomValidators / GeomValidators_MinObjectsSelected.h
index 27f860c8184bdc9fa8202374dc8632de7f47489b..45f889348230f9a0b923433a4b5d373ef0b0e440 100644 (file)
@@ -27,7 +27,8 @@ public:
                                              Events_InfoMessage& theError) const;
 
   /// \return true if the attribute in feature is not obligatory for the feature execution.
-  GEOMVALIDATORS_EXPORT virtual bool isNotObligatory(std::string theFeature, std::string theAttribute);
+  GEOMVALIDATORS_EXPORT virtual bool isNotObligatory(std::string theFeature,
+                                                     std::string theAttribute);
 };
 
 #endif