App: Apply clang format (part 1)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user