From: azv Date: Wed, 26 Apr 2017 07:22:12 +0000 (+0300) Subject: Meet the coding style (line length <= 100) X-Git-Tag: V_2.7.1.1~3^2~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b5893b0a30fac08134c24de4565cb513a43affa6;p=modules%2Fshaper.git Meet the coding style (line length <= 100) --- diff --git a/src/Model/Model_AttributeSelection.cpp b/src/Model/Model_AttributeSelection.cpp index b457a428e..1ed05a9a7 100644 --- a/src/Model/Model_AttributeSelection.cpp +++ b/src/Model/Model_AttributeSelection.cpp @@ -225,7 +225,8 @@ std::shared_ptr 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();