From: Stefan Krah Date: Tue, 6 Mar 2012 14:27:31 +0000 (+0100) Subject: Whitespace. X-Git-Tag: v3.3.0a2~276^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e14174e249f9c16b38cf3b1fff0693543849385;p=python Whitespace. --- diff --git a/Objects/abstract.c b/Objects/abstract.c index 62fccdcce6..39dffaca37 100644 --- a/Objects/abstract.c +++ b/Objects/abstract.c @@ -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) &&