Fix coding style guide bug.

This commit is contained in:
Brett Cannon 2006-06-06 18:08:16 +00:00
parent 12ca69bc0e
commit ea229bd1ed
1 changed files with 2 additions and 1 deletions

View File

@ -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)
{