Whitespace normalization, via reindent.py.

This commit is contained in:
Tim Peters 2004-07-18 06:16:08 +00:00
parent e6ddc8b20b
commit 182b5aca27
453 changed files with 31318 additions and 31452 deletions

View file

@ -57,7 +57,7 @@ class RecursiveBlowup6:
def test_getitem():
return RecursiveBlowup6()[5]
def test_recurse():
return test_recurse()
@ -85,4 +85,3 @@ while 1:
check_limit(limit, "test_getitem")
print "Limit of %d is fine" % limit
limit = limit + 100