Author: Manuel Jacob
Branch: 
Changeset: r70115:4c6239cc82ff
Date: 2014-03-20 15:50 +0100
http://bitbucket.org/pypy/pypy/changeset/4c6239cc82ff/

Log:    Remove trailing whitespace introduced by the merge of improve-
        consecutive-dict-lookups.

diff --git a/rpython/translator/backendopt/test/test_writeanalyze.py 
b/rpython/translator/backendopt/test/test_writeanalyze.py
--- a/rpython/translator/backendopt/test/test_writeanalyze.py
+++ b/rpython/translator/backendopt/test/test_writeanalyze.py
@@ -362,7 +362,7 @@
             a = lltype.malloc(A, 1)
             a[0].y = 3
             return f(a, x)
-        
+
         def f(a, x):
             a[0].x = x
             return a[0].y
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to