mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Whitespace normalization.
This commit is contained in:
parent
5303a96808
commit
58eb11cf62
34 changed files with 69 additions and 76 deletions
|
@ -204,7 +204,7 @@ def unit_tests():
|
|||
]:
|
||||
if ascii.unctrl(ch) != expected:
|
||||
print 'curses.unctrl fails on character', repr(ch)
|
||||
|
||||
|
||||
|
||||
|
||||
def main(stdscr):
|
||||
|
@ -215,7 +215,7 @@ def main(stdscr):
|
|||
finally:
|
||||
curses.resetty()
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
curses.wrapper(main)
|
||||
unit_tests()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue