Commit 83e7ccc9 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent bc1c7a08
...@@ -118,4 +118,3 @@ for i in range(-10, 11): ...@@ -118,4 +118,3 @@ for i in range(-10, 11):
o = pow(long(i),j) % k o = pow(long(i),j) % k
n = pow(long(i),j,k) n = pow(long(i),j,k)
if o != n: print 'Integer mismatch:', i,j,k if o != n: print 'Integer mismatch:', i,j,k
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment