X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/d2d54c98e2d65c46c5fe6519812aa4c6ea55ea02..3e248c3b5b309bc03eb5f70762d3f5671d51f996:/utils/mpreducetests.py diff --git a/utils/mpreducetests.py b/utils/mpreducetests.py index 406eacb..abe77c3 100644 --- a/utils/mpreducetests.py +++ b/utils/mpreducetests.py @@ -12,9 +12,9 @@ for i in xrange(16, 90): for k in xrange(i + 1, i + 16): x = R.randrange(1L << k) print " 0x%x" % m - print " 0x%x" % x - print " 0x%x;" % (x%m) + print " 0x%x" % x + print " 0x%x;" % (x%m) if not first: - print + print first = False print "}"