mirror of https://github.com/python/cpython.git
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;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PyObject_AsCharBuffer(PyObject *obj,
|
int
|
||||||
|
PyObject_AsCharBuffer(PyObject *obj,
|
||||||
const char **buffer,
|
const char **buffer,
|
||||||
Py_ssize_t *buffer_len)
|
Py_ssize_t *buffer_len)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue