Whitespace normalization.
This commit is contained in:
parent
495ad3c8cc
commit
b90f89a496
|
@ -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…
Reference in New Issue