Author: Richard Plangger <[email protected]>
Branch: py3.5
Changeset: r89434:3aca47a57d23
Date: 2017-01-09 11:13 +0100
http://bitbucket.org/pypy/pypy/changeset/3aca47a57d23/

Log:    spaces instead of tabs

diff --git a/pypy/module/cpyext/memoryobject.py 
b/pypy/module/cpyext/memoryobject.py
--- a/pypy/module/cpyext/memoryobject.py
+++ b/pypy/module/cpyext/memoryobject.py
@@ -205,7 +205,7 @@
     The memoryview object then owns the buffer represented by view, which
     means you shouldn't try to call PyBuffer_Release() yourself: it
     will be done on deallocation of the memoryview object."""
-       assert view.c_obj
+    assert view.c_obj
     w_obj = from_ref(space, view.c_obj)
     if isinstance(w_obj, W_MemoryView):
         return w_obj
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to