Fix coding style guide bug.
This commit is contained in:
parent
12ca69bc0e
commit
ea229bd1ed
|
@ -216,7 +216,8 @@ PyObject_DelItemString(PyObject *o, char *key)
|
|||
return ret;
|
||||
}
|
||||
|
||||
int PyObject_AsCharBuffer(PyObject *obj,
|
||||
int
|
||||
PyObject_AsCharBuffer(PyObject *obj,
|
||||
const char **buffer,
|
||||
Py_ssize_t *buffer_len)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue