App: Apply clang format (part 1)

This commit is contained in:
wmayer
2024-11-15 17:43:49 +01:00
committed by wwmayer
parent 463cc08f3f
commit 6f5259af26
124 changed files with 6733 additions and 4886 deletions

View File

@@ -42,16 +42,14 @@ Placement::Placement() = default;
Placement::~Placement() = default;
// Python feature ---------------------------------------------------------
namespace App {
namespace App
{
PROPERTY_SOURCE_TEMPLATE(App::PlacementPython, App::Placement)
template<> const char* App::PlacementPython::getViewProviderName() const {
return "Gui::ViewProviderPlacementPython";
template<>
const char* App::PlacementPython::getViewProviderName() const
{
return "Gui::ViewProviderPlacementPython";
}
template class AppExport FeaturePythonT<App::Placement>;
}
} // namespace App