mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Whitespace normalization.
This commit is contained in:
parent
495ad3c8cc
commit
b90f89a496
9 changed files with 493 additions and 496 deletions
|
@ -369,4 +369,3 @@ else:
|
|||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
|
|
@ -215,4 +215,3 @@ if __name__ == '__main__': # testing
|
|||
import sys
|
||||
if len(sys.argv) > 1: tokenize(open(sys.argv[1]).readline)
|
||||
else: tokenize(sys.stdin.readline)
|
||||
|
||||
|
|
|
@ -33,4 +33,3 @@ def setcbreak(fd, when=TCSAFLUSH):
|
|||
mode[CC][VMIN] = 1
|
||||
mode[CC][VTIME] = 0
|
||||
tcsetattr(fd, when, mode)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue