Whitespace.

This commit is contained in:
Stefan Krah 2012-03-06 15:27:31 +01:00
parent abd887d690
commit 4e14174e24
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape,
int
PyBuffer_FillInfo(Py_buffer *view, PyObject *obj, void *buf, Py_ssize_t len,
int readonly, int flags)
int readonly, int flags)
{
if (view == NULL) return 0; /* XXX why not -1? */
if (((flags & PyBUF_WRITABLE) == PyBUF_WRITABLE) &&