From: Brett Cannon Date: Tue, 25 Sep 2012 14:26:15 +0000 (-0400) Subject: Fix whitespace. X-Git-Tag: v3.3.1rc1~818^2^2~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6cf50c5b1deb7d31debe345e2d18f8402d00d1f4;p=thirdparty%2FPython%2Fcpython.git Fix whitespace. --- diff --git a/Modules/_decimal/tests/bench.py b/Modules/_decimal/tests/bench.py index fef7a2201965..23b80b4bedf6 100644 --- a/Modules/_decimal/tests/bench.py +++ b/Modules/_decimal/tests/bench.py @@ -78,7 +78,7 @@ for prec in [9, 19]: for func in to_benchmark: start = time.time() if C is not None: - C.getcontext().prec = prec + C.getcontext().prec = prec P.getcontext().prec = prec for i in range(10000): x = func()