Salome HOME
Bugfix for issue #107 which also works for issue #82
[modules/shaper.git] / src / PartSet / PartSet_Validators.cpp
index 1d6250afe4c3245bffd2b1be651f7af52b089a3b..d464e85ab1534fec6c88e9e2434f31ecb3e1990c 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <list>
 
-
 int shapesNbPoints(const ModuleBase_ISelection* theSelection)
 {
   std::list<ModuleBase_ViewerPrs> aList = theSelection->getSelected();
@@ -99,3 +98,4 @@ bool PartSet_RadiusValidator::isValid(const ModuleBase_ISelection* theSelection)
   }
   return (aCount > 0) && (aCount < 2);
 }
+