]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Meet the coding style (line length <= 100)
authorazv <azv@opencascade.com>
Wed, 26 Apr 2017 07:22:12 +0000 (10:22 +0300)
committerazv <azv@opencascade.com>
Thu, 27 Apr 2017 04:47:52 +0000 (07:47 +0300)
src/Model/Model_AttributeSelection.cpp

index b457a428e63a117f8526872d27688287dc4fb288..1ed05a9a73d23a9666d4bbb42cb2ed1b34df8e49 100644 (file)
@@ -225,7 +225,8 @@ std::shared_ptr<GeomAPI_Shape> Model_AttributeSelection::value()
       // it is just reference to construction.
       return centerByEdge(myTmpSubShape, myTmpCenterType);
     }
-    return centerByEdge(myTmpSubShape.get() ? myTmpSubShape : myTmpContext->shape(), myTmpCenterType);
+    return centerByEdge(myTmpSubShape.get() ? myTmpSubShape : myTmpContext->shape(),
+                        myTmpCenterType);
   }
 
   TDF_Label aSelLab = selectionLabel();