mirror of
https://github.com/python/cpython.git
synced 2025-09-26 02:10:18 +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
|
@ -29,7 +29,7 @@ def parse(s):
|
|||
line = line.strip()
|
||||
if line.startswith("}"):
|
||||
break
|
||||
|
||||
|
||||
assert line.endswith(";")
|
||||
line = line[:-1]
|
||||
words = line.split()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue