mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
182b5aca27
commit
3d7d372ce3
13 changed files with 49 additions and 53 deletions
|
@ -438,8 +438,8 @@ def openfile(file):
|
|||
return p
|
||||
|
||||
def usage():
|
||||
print usage_mode
|
||||
sys.exit(0)
|
||||
print usage_mode
|
||||
sys.exit(0)
|
||||
|
||||
def do_it(args = None):
|
||||
if not args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue