All: Reformat according to new standard

This commit is contained in:
pre-commit-ci[bot]
2025-11-11 13:49:01 +01:00
committed by Kacper Donat
parent eafd18dac0
commit 25c3ba7338
2390 changed files with 154630 additions and 115818 deletions

View File

@@ -21,16 +21,16 @@
***************************************************************************/
#include "TaskChamferParameters.h"
#include "ViewProviderChamfer.h"
using namespace PartDesignGui;
PROPERTY_SOURCE(PartDesignGui::ViewProviderChamfer,PartDesignGui::ViewProviderDressUp)
PROPERTY_SOURCE(PartDesignGui::ViewProviderChamfer, PartDesignGui::ViewProviderDressUp)
const std::string & ViewProviderChamfer::featureName() const {
const std::string& ViewProviderChamfer::featureName() const
{
static const std::string name = "Chamfer";
return name;
}
@@ -41,6 +41,7 @@ void ViewProviderChamfer::setupContextMenu(QMenu* menu, QObject* receiver, const
PartDesignGui::ViewProvider::setupContextMenu(menu, receiver, member);
}
TaskDlgFeatureParameters *ViewProviderChamfer::getEditDialog() {
return new TaskDlgChamferParameters (this);
TaskDlgFeatureParameters* ViewProviderChamfer::getEditDialog()
{
return new TaskDlgChamferParameters(this);
}