[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-03-17 19:40:18 +00:00
committed by Chris Hennes
parent 5dacd60805
commit ba0e91beb1
3 changed files with 12 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ public:
Py::Object clearUnitTests(const Py::Tuple&);
private:
using method_varargs_handler = PyObject* (*)(PyObject* _self, PyObject* _args);
using method_varargs_handler = PyObject* (*)(PyObject * _self, PyObject* _args);
static method_varargs_handler pycxx_handler;
static PyObject* method_varargs_ext_handler(PyObject* _self, PyObject* _args);
};