From: mpv Date: Thu, 28 Sep 2017 10:42:49 +0000 (+0300) Subject: Correction due to the coding rules X-Git-Tag: V_2.8.0~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ac56b822835ddeb1d57116caae52d4e3082286d3;p=modules%2Fshaper.git Correction due to the coding rules --- 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