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

@@ -32,11 +32,13 @@ PROPERTY_SOURCE(Sketcher::SketchObjectSF, Part::Part2DObject)
SketchObjectSF::SketchObjectSF()
{
ADD_PROPERTY_TYPE(SketchFlatFile,
(nullptr),
"",
(App::PropertyType)(App::Prop_None),
"SketchFlat file (*.skf) which defines this sketch");
ADD_PROPERTY_TYPE(
SketchFlatFile,
(nullptr),
"",
(App::PropertyType)(App::Prop_None),
"SketchFlat file (*.skf) which defines this sketch"
);
}
short SketchObjectSF::mustExecute() const
@@ -51,7 +53,8 @@ App::DocumentObjectExecReturn* SketchObjectSF::execute()
{
Base::Console().warning(
"%s: This feature is deprecated and won't be longer supported in future FreeCAD versions\n",
this->getNameInDocument());
this->getNameInDocument()
);
// do nothing
return App::DocumentObject::StdReturn;
}