From: mpv Date: Wed, 5 Jul 2017 11:44:40 +0000 (+0300) Subject: Minor: too long line X-Git-Tag: V_2.7.2RC~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c01d3f2f5c5ccc66e8f0e66e76bbcfc8abf5f378;p=modules%2Fshaper.git Minor: too long line --- diff --git a/src/Model/Model_AttributeSelection.cpp b/src/Model/Model_AttributeSelection.cpp index 1e8aca192..5664b23e1 100644 --- a/src/Model/Model_AttributeSelection.cpp +++ b/src/Model/Model_AttributeSelection.cpp @@ -1005,7 +1005,8 @@ void Model_AttributeSelection::updateInHistory() setValue(*aNewCont, aValueShape); // if there are more than one result, put them by "append" into "parent" list if (myParent) { - for(aNewCont++, aNewValues.Next(); aNewCont != aNewContexts.end(); aNewCont++, aNewValues.Next()) { + for(aNewCont++, aNewValues.Next(); aNewCont != aNewContexts.end(); + aNewCont++, aNewValues.Next()) { GeomShapePtr aValueShape; if (!aNewValues.Value().IsNull()) { aValueShape = std::make_shared();