mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Whitespace normalization.
This commit is contained in:
parent
4eb59782a8
commit
e718f615b8
4 changed files with 43 additions and 47 deletions
|
@ -1076,4 +1076,3 @@ def main():
|
|||
# When invoked as main program, invoke the debugger on a script
|
||||
if __name__=='__main__':
|
||||
main()
|
||||
|
||||
|
|
|
@ -1137,5 +1137,3 @@ if __name__ == "__main__":
|
|||
_demo_windows()
|
||||
else:
|
||||
_demo_posix()
|
||||
|
||||
|
||||
|
|
|
@ -511,4 +511,3 @@ def test_main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue