From c01d3f2f5c5ccc66e8f0e66e76bbcfc8abf5f378 Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 5 Jul 2017 14:44:40 +0300 Subject: [PATCH] Minor: too long line --- src/Model/Model_AttributeSelection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.39.2