Salome HOME
Fix line length to satisfy coding style.
authorazv <azv@opencascade.com>
Fri, 6 Jul 2018 07:06:01 +0000 (10:06 +0300)
committerazv <azv@opencascade.com>
Fri, 6 Jul 2018 07:06:21 +0000 (10:06 +0300)
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));
 }