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 ef997f2259
commit 9fe130cd73
2390 changed files with 154630 additions and 115818 deletions

View File

@@ -23,10 +23,10 @@
***************************************************************************/
# include <BRep_Builder.hxx>
# include <Standard_Failure.hxx>
# include <TopoDS.hxx>
# include <TopoDS_CompSolid.hxx>
#include <BRep_Builder.hxx>
#include <Standard_Failure.hxx>
#include <TopoDS.hxx>
#include <TopoDS_CompSolid.hxx>
#include "OCCError.h"
@@ -50,7 +50,7 @@ std::string TopoShapeCompSolidPy::representation() const
return str.str();
}
PyObject *TopoShapeCompSolidPy::PyMake(struct _typeobject *, PyObject *, PyObject *)
PyObject* TopoShapeCompSolidPy::PyMake(struct _typeobject*, PyObject*, PyObject*)
{
return new TopoShapeCompSolidPy(new TopoShape);
}
@@ -112,7 +112,7 @@ PyObject* TopoShapeCompSolidPy::add(PyObject* args)
}
}
PyObject *TopoShapeCompSolidPy::getCustomAttributes(const char* /*attr*/) const
PyObject* TopoShapeCompSolidPy::getCustomAttributes(const char* /*attr*/) const
{
return nullptr;
}