Whitespace normalization.
This commit is contained in:
parent
4eb59782a8
commit
e718f615b8
|
@ -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…
Reference in New Issue