]> granicus.if.org Git - python/commitdiff
Whitespace.
authorStefan Krah <skrah@bytereef.org>
Tue, 6 Mar 2012 14:27:31 +0000 (15:27 +0100)
committerStefan Krah <skrah@bytereef.org>
Tue, 6 Mar 2012 14:27:31 +0000 (15:27 +0100)
Objects/abstract.c

index 62fccdcce63e63f584b44547a986dd16cad460c5..39dffaca37aed6ebd5f8e8fd5180b15e6d815de4 100644 (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) &&