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

@@ -36,7 +36,7 @@ std::string GeoFeatureGroupExtensionPy::representation() const
return {"<GeoFeatureGroup object>"};
}
PyObject *GeoFeatureGroupExtensionPy::getCustomAttributes(const char* /*attr*/) const
PyObject* GeoFeatureGroupExtensionPy::getCustomAttributes(const char* /*attr*/) const
{
return nullptr;
}
@@ -45,5 +45,3 @@ int GeoFeatureGroupExtensionPy::setCustomAttributes(const char* /*attr*/, PyObje
{
return 0;
}