]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_MinObjectsSelected.cpp
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomValidators / GeomValidators_MinObjectsSelected.cpp
index 29167f8d06c59517ae2e5406a2a515a890fc1b57..31f8d0c3d79fe05047d7d418a111841238ef700c 100644 (file)
@@ -17,7 +17,8 @@ bool GeomValidators_MinObjectsSelected::isValid(const std::shared_ptr<ModelAPI_F
                                                 Events_InfoMessage& theError) const
 {
   if(theArguments.size() != 2) {
-    theError = "Error: Wrong number of arguments (expected 2): selection list id and min number of objects";
+    theError = 
+      "Error: Wrong number of arguments (expected 2): selection list id and min number of objects";
     return false;
   }
 
@@ -41,8 +42,9 @@ bool GeomValidators_MinObjectsSelected::isValid(const std::shared_ptr<ModelAPI_F
   return true;
 }
 
-//=================================================================================================
-bool GeomValidators_MinObjectsSelected::isNotObligatory(std::string theFeature, std::string theAttribute)
+//================================================================================================
+bool GeomValidators_MinObjectsSelected::isNotObligatory(std::string theFeature, 
+                                                        std::string theAttribute)
 {
   return false;
 }