Salome HOME
updated copyright message
[modules/shaper.git] / src / PartSet / PartSet_BSplineWidget.h
index 7bbd319d0c80d66a2a1ceb8c708214eea5eb822f..e9db12394112ddc543eaf1f687c583eaa57519c5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2019-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2019-2023  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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;