Part: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-15 14:51:24 -05:00
committed by Chris Hennes
parent a6133a583a
commit 6e542b6fad
174 changed files with 757 additions and 757 deletions

View File

@@ -28,9 +28,9 @@
using namespace PartGui;
/*
* Constructs a DlgPartBox which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
/*
* Constructs a DlgPartBox which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
*
* The dialog will by default be modeless, unless you set 'modal' to
* true to construct a modal dialog.
@@ -40,7 +40,7 @@ DlgPartBoxImp::DlgPartBoxImp(QWidget* parent, Qt::WindowFlags fl)
{
}
/*
/*
* Destroys the object and frees any allocated resources
*/
DlgPartBoxImp::~DlgPartBoxImp()