[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Chris Hennes
parent
5dacd60805
commit
ba0e91beb1
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user