mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue