From b5893b0a30fac08134c24de4565cb513a43affa6 Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 26 Apr 2017 10:22:12 +0300 Subject: [PATCH] Meet the coding style (line length <= 100) --- src/Model/Model_AttributeSelection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.39.2