[pypy-commit] pypy default: Fixed whitespace formatting.

devin.jeanpierre noreply at buildbot.pypy.org
Wed Oct 14 07:47:53 EDT 2015


Author: Devin Jeanpierre <jeanpierreda at gmail.com>
Branch: 
Changeset: r80200:28e0799f9721
Date: 2015-10-06 10:23 -0700
http://bitbucket.org/pypy/pypy/changeset/28e0799f9721/

Log:	Fixed whitespace formatting.

diff --git a/pypy/module/cpyext/test/test_traceback.py b/pypy/module/cpyext/test/test_traceback.py
--- a/pypy/module/cpyext/test/test_traceback.py
+++ b/pypy/module/cpyext/test/test_traceback.py
@@ -25,7 +25,7 @@
         assert space.eq_w(space.getattr(w_traceback, space.wrap("tb_lasti")),
                           space.wrap(py_traceback.c_tb_lasti))
         assert space.is_w(space.getattr(w_traceback, space.wrap("tb_frame")),
-                          from_ref(space,rffi.cast(PyObject,
-                                                   py_traceback.c_tb_frame)))
+                          from_ref(space, rffi.cast(PyObject,
+                                                    py_traceback.c_tb_frame)))
 
         api.Py_DecRef(py_obj)


More information about the pypy-commit mailing list