From 5c1075cceeaf7e41459ef9f576fc2467348ddfae Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 14 Dec 2018 10:40:18 +0300 Subject: [PATCH] Fix too long line --- src/Selector/Selector_Modify.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Selector/Selector_Modify.cpp b/src/Selector/Selector_Modify.cpp index cb4dfd2b4..99599ed63 100644 --- a/src/Selector/Selector_Modify.cpp +++ b/src/Selector/Selector_Modify.cpp @@ -191,8 +191,8 @@ bool Selector_Modify::select(NCollection_List& theMo } else if (aCommon.Extent() == 1) { return true; // simple modification } - if (useNeighbors()) { // optimization: for the current moment only in one case this method is called - // where this is not needed if neighbors option is disabled + if (useNeighbors()) { // optimization: for the current moment only in one case this method is + // called where this is not needed if neighbors option is disabled // weak naming between the common results Selector_NExplode aNexp(aCommon); myWeakIndex = aNexp.index(theValue); -- 2.39.2