[Python-checkins] cpython: Whitespace.

stefan.krah python-checkins at python.org
Tue Mar 6 15:28:15 CET 2012


http://hg.python.org/cpython/rev/21d5e038120e
changeset:   75456:21d5e038120e
user:        Stefan Krah <skrah at bytereef.org>
date:        Tue Mar 06 15:27:31 2012 +0100
summary:
  Whitespace.

files:
  Objects/abstract.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Objects/abstract.c b/Objects/abstract.c
--- a/Objects/abstract.c
+++ b/Objects/abstract.c
@@ -649,7 +649,7 @@
 
 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) &&

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list