Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r86531:3d4985d7873d
Date: 2016-08-25 12:22 +0200
http://bitbucket.org/pypy/pypy/changeset/3d4985d7873d/

Log:    detabbify

diff --git a/rpython/rlib/rjitlog/test/test_jitlog.py 
b/rpython/rlib/rjitlog/test/test_jitlog.py
--- a/rpython/rlib/rjitlog/test/test_jitlog.py
+++ b/rpython/rlib/rjitlog/test/test_jitlog.py
@@ -11,7 +11,7 @@
 
 class FakeCallAssemblerLoopToken(AbstractDescr):
     def __init__(self, target):
-       self._ll_function_addr = target
+        self._ll_function_addr = target
 
     def repr_of_descr(self):
         return 'looptoken'
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to