Author: Amaury Forgeot d'Arc <[email protected]>
Branch: 
Changeset: r55753:bd603e7b9614
Date: 2012-06-22 00:10 +0200
http://bitbucket.org/pypy/pypy/changeset/bd603e7b9614/

Log:    Remove some tabs

diff --git a/pypy/module/cppyy/test/test_cppyy.py 
b/pypy/module/cppyy/test/test_cppyy.py
--- a/pypy/module/cppyy/test/test_cppyy.py
+++ b/pypy/module/cppyy/test/test_cppyy.py
@@ -145,7 +145,7 @@
         e1 = None
         gc.collect()
         assert t.get_overload("getCount").call(None) == 1
-       e2.destruct()
+        e2.destruct()
         assert t.get_overload("getCount").call(None) == 0
         e2 = None
         gc.collect()
diff --git a/pypy/module/cppyy/test/test_operators.py 
b/pypy/module/cppyy/test/test_operators.py
--- a/pypy/module/cppyy/test/test_operators.py
+++ b/pypy/module/cppyy/test/test_operators.py
@@ -133,7 +133,7 @@
 
         o = gbl.operator_unsigned_long();
         o.m_ulong = sys.maxint + 128
-       assert o.m_ulong == sys.maxint + 128
+        assert o.m_ulong == sys.maxint + 128
         assert long(o)   == sys.maxint + 128
 
         o = gbl.operator_float(); o.m_float = 3.14
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to