Salome HOME
Update due to the coding rules
authormpv <mpv@opencascade.com>
Fri, 5 Oct 2018 13:44:33 +0000 (16:44 +0300)
committermpv <mpv@opencascade.com>
Fri, 5 Oct 2018 13:44:33 +0000 (16:44 +0300)
src/Model/Model_ResultConstruction.cpp

index d9a78134c4b2f50c98c3d1c6fef9edf91f40ea8c..1d0c715c7914bbd2db94fdb03782a8554dcc1d7f 100644 (file)
@@ -316,7 +316,7 @@ std::string fullName(CompositeFeaturePtr theComposite, const TopoDS_Shape& theSu
         aRefs.Add(anID);
         aSubNames[anID] = Model_SelectionNaming::shortName(aBestConstr);
         if (aShapeType != TopAbs_EDGE) { // face needs the sub-edges on sub-labels
-                                         // add edges to sub-label to support naming for edges selection
+          // add edges to sub-label to support naming for edges selection
           int anOrient = Model_SelectionNaming::edgeOrientation(theSubShape, anOrig);
           anOrientations[anID] = anOrient;
         }