Salome HOME
Issue #1671: decrease point selection zone
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Intersection.cpp
index 803600f7dbab406e6ff6707338e36c456aab30d3..a9653c320910c3661eae74569c66ac644dad5f70 100644 (file)
@@ -60,9 +60,9 @@ void FeaturesAPI_Intersection::dump(ModelHighAPI_Dumper& theDumper) const
   FeaturePtr aBase = feature();
   const std::string& aDocName = theDumper.name(aBase->document());
 
-  AttributeSelectionListPtr anAttrObjects = 
+  AttributeSelectionListPtr anAttrObjects =
     aBase->selectionList(FeaturesPlugin_Intersection::OBJECT_LIST_ID());
-  AttributeSelectionListPtr anAttrTools = 
+  AttributeSelectionListPtr anAttrTools =
     aBase->selectionList(FeaturesPlugin_Intersection::TOOL_LIST_ID());
 
   theDumper << aBase << " = model.addIntersection(" << aDocName << ", "