From 584a4a80ae7b4b483bf6638dc5e7c355b802f91b Mon Sep 17 00:00:00 2001 From: azv Date: Fri, 6 Jul 2018 10:06:01 +0300 Subject: [PATCH] Fix line length to satisfy coding style. --- src/FeaturesAPI/FeaturesAPI_Symmetry.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)); } -- 2.39.2