Salome HOME
Correct case when the weak-named attribute is dumped in Geom mode: geometrical repres...
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Symmetry.cpp
index 74a85471a25288c45ee896f5da2abceba432261e..d51c90bd1c0a4f3713fb8997edbed87907e7528b 100644 (file)
@@ -129,5 +129,6 @@ SymmetryPtr addSymmetry(const std::shared_ptr<ModelAPI_Document>& thePart,
                         bool theKeepOriginal)
 {
   std::shared_ptr<ModelAPI_Feature> aFeature = thePart->addFeature(FeaturesAPI_Symmetry::ID());
-  return SymmetryPtr(new FeaturesAPI_Symmetry(aFeature, theMainObjects, theObject, theKeepOriginal));
+  return SymmetryPtr(new FeaturesAPI_Symmetry(
+      aFeature, theMainObjects, theObject, theKeepOriginal));
 }