We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e1ebe commit ff88e95Copy full SHA for ff88e95
src/_backend_agg_wrapper.cpp
@@ -26,7 +26,7 @@ typedef struct
26
* BufferRegion
27
* */
28
29
-static PyObject *PyBufferRegion_new(PyTypeObject *type, PyObject *args, PyObject* kwds)
+static PyObject *PyBufferRegion_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
30
{
31
PyBufferRegion *self;
32
self = (PyBufferRegion *)type->tp_alloc(type, 0);
0 commit comments