Commit c0b7d61d authored by Brett Cannon's avatar Brett Cannon

Fix coding style guide bug.

parent 98f31af6
...@@ -216,7 +216,8 @@ PyObject_DelItemString(PyObject *o, char *key) ...@@ -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)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment