From 05c54697df5d6968704e869a4a21102a0477121f Mon Sep 17 00:00:00 2001 From: mpv Date: Tue, 13 Oct 2020 11:34:53 +0300 Subject: [PATCH] Fixed too long line --- src/Model/Model_BodyBuilder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/Model_BodyBuilder.cpp b/src/Model/Model_BodyBuilder.cpp index 1a41196fc..17e0ceddf 100644 --- a/src/Model/Model_BodyBuilder.cpp +++ b/src/Model/Model_BodyBuilder.cpp @@ -714,8 +714,8 @@ void Model_BodyBuilder::loadGeneratedShapes(const GeomMakeShapePtr& theAlgo, bool anOldSubShapeNotInTree = !isShapeInTree(aData->shapeLab(), anAccess2, anOldSubShape_, anOriginalLabel); if (anOldSubShapeAlreadyProcessed || anOldSubShapeNotInTree) { - // The second condition is added due to #20170 because sub-shape must be added to real parent shape, - // not the reference. The naming name of pure reference is not registered in the document. + // The second condition is added due to #20170 because sub-shape must be added to real parent + // shape, not the reference. The naming name of pure reference is not registered in document. if (theSaveOldIfNotInTree && !aData->shapeLab().IsAttribute(TDF_Reference::GetID())) { std::string aSelectionName = theName + "Selected"; generated(anOldSubShape, aSelectionName, false); -- 2.39.2