From ac56b822835ddeb1d57116caae52d4e3082286d3 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 28 Sep 2017 13:42:49 +0300 Subject: [PATCH] Correction due to the coding rules --- src/Model/Model_AttributeSelection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Model_AttributeSelection.cpp b/src/Model/Model_AttributeSelection.cpp index 665f2eba5..f549d8000 100644 --- a/src/Model/Model_AttributeSelection.cpp +++ b/src/Model/Model_AttributeSelection.cpp @@ -221,7 +221,7 @@ std::shared_ptr Model_AttributeSelection::value() TopoDS_Shape aSelShape = aSelection->Get(); aResult = std::shared_ptr(new GeomAPI_Shape); aResult->setImpl(new TopoDS_Shape(aSelShape)); - } else if (aConstr) { // for simple construction element: just shape of this construction element + } else if (aConstr) { // simple construction element: just shape of this construction element Handle(TDataStd_Integer) anIndex; if (aSelLab.FindAttribute(TDataStd_Integer::GetID(), anIndex)) { if (anIndex->Get() == 0) // it is just reference to construction, nothing is in value -- 2.39.2