From: azv Date: Fri, 6 Jul 2018 07:06:01 +0000 (+0300) Subject: Fix line length to satisfy coding style. X-Git-Tag: EDF_2018-1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=584a4a80ae7b4b483bf6638dc5e7c355b802f91b;p=modules%2Fshaper.git Fix line length to satisfy coding style. --- diff --git a/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp b/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp index 74a85471a..d51c90bd1 100644 --- a/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp +++ b/src/FeaturesAPI/FeaturesAPI_Symmetry.cpp @@ -129,5 +129,6 @@ SymmetryPtr addSymmetry(const std::shared_ptr& thePart, bool theKeepOriginal) { std::shared_ptr aFeature = thePart->addFeature(FeaturesAPI_Symmetry::ID()); - return SymmetryPtr(new FeaturesAPI_Symmetry(aFeature, theMainObjects, theObject, theKeepOriginal)); + return SymmetryPtr(new FeaturesAPI_Symmetry( + aFeature, theMainObjects, theObject, theKeepOriginal)); }