[pypy-commit] pypy default: fix whitespace

antocuni pypy.commits at gmail.com
Mon Oct 23 11:59:18 EDT 2017


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r92835:94ddc680fce1
Date: 2017-10-23 17:58 +0200
http://bitbucket.org/pypy/pypy/changeset/94ddc680fce1/

Log:	fix whitespace

diff --git a/pypy/module/_continuation/test/test_stacklet.py b/pypy/module/_continuation/test/test_stacklet.py
--- a/pypy/module/_continuation/test/test_stacklet.py
+++ b/pypy/module/_continuation/test/test_stacklet.py
@@ -291,13 +291,13 @@
         from _continuation import continulet
         #
         seen = []
-
+        #
         def t1(c1):
             seen.append(3)
             res = c1.switch()
             seen.append(6)
             return res
-
+        #
         def s1(c1, n):
             seen.append(2)
             assert n == 123


More information about the pypy-commit mailing list