From 8d623696a0aa115c52e14f5e326eb6cb64a16f0d Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 29 Jan 2020 11:57:35 +0300 Subject: [PATCH] Meet coding style (split too long line) --- src/PartSet/PartSet_BSplineWidget.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/PartSet/PartSet_BSplineWidget.h b/src/PartSet/PartSet_BSplineWidget.h index 7bbd319d0..05108ca03 100644 --- a/src/PartSet/PartSet_BSplineWidget.h +++ b/src/PartSet/PartSet_BSplineWidget.h @@ -87,7 +87,9 @@ private: QToolButton* myAddBtn; }; - QGroupBox* createPoleWidget(BSplinePoleWidgets& thePole, const QString& theName, QWidget* theParent); + QGroupBox* createPoleWidget(BSplinePoleWidgets& thePole, + const QString& theName, + QWidget* theParent); QWidget* myPolesWgt; ///< widget to show poles and weights of B-spline curve QGroupBox* myPolesGroupBox; -- 2.39.2