]> granicus.if.org Git - python/commitdiff
Fix whitespace.
authorBrett Cannon <brett@python.org>
Tue, 25 Sep 2012 14:26:15 +0000 (10:26 -0400)
committerBrett Cannon <brett@python.org>
Tue, 25 Sep 2012 14:26:15 +0000 (10:26 -0400)
Modules/_decimal/tests/bench.py

index fef7a2201965b595891275bbd84d3d24bce0f305..23b80b4bedf67af4d31e447beb47ef29ea491ca7 100644 (file)
@@ -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()