Author: Manuel Jacob
Branch: remove-remaining-smm
Changeset: r69331:cfa332355a56
Date: 2014-02-24 03:43 +0100
http://bitbucket.org/pypy/pypy/changeset/cfa332355a56/
Log: Remove trailing whitespace.
diff --git a/pypy/objspace/std/test/test_floatobject.py
b/pypy/objspace/std/test/test_floatobject.py
--- a/pypy/objspace/std/test/test_floatobject.py
+++ b/pypy/objspace/std/test/test_floatobject.py
@@ -61,7 +61,7 @@
class AppTestAppFloatTest:
spaceconfig = dict(usemodules=['binascii', 'rctime'])
-
+
def setup_class(cls):
cls.w_py26 = cls.space.wrap(sys.version_info >= (2, 6))
@@ -812,7 +812,7 @@
def check(a, b):
assert (a, math.copysign(1.0, a)) == (b, math.copysign(1.0, b))
-
+
check(mod(-1.0, 1.0), 0.0)
check(mod(-1e-100, 1.0), 1.0)
check(mod(-0.0, 1.0), 0.0)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit