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