mirror of
https://github.com/python/cpython.git
synced 2025-10-13 10:23:28 +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
|
# When invoked as main program, invoke the debugger on a script
|
||||||
if __name__=='__main__':
|
if __name__=='__main__':
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
|
|
@ -1137,5 +1137,3 @@ if __name__ == "__main__":
|
||||||
_demo_windows()
|
_demo_windows()
|
||||||
else:
|
else:
|
||||||
_demo_posix()
|
_demo_posix()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -511,4 +511,3 @@ def test_main():
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
test_main()
|
test_main()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue