Skip to content

Commit ff88e95

Browse files
author
Hood
committed
PyObject* kwds ==> PyObject *kwds
1 parent a7e1ebe commit ff88e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_backend_agg_wrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ typedef struct
2626
* BufferRegion
2727
* */
2828

29-
static PyObject *PyBufferRegion_new(PyTypeObject *type, PyObject *args, PyObject* kwds)
29+
static PyObject *PyBufferRegion_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
3030
{
3131
PyBufferRegion *self;
3232
self = (PyBufferRegion *)type->tp_alloc(type, 0);

0 commit comments

Comments
 (0)