mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Whitespace normalization. Ran reindent.py over the entire source tree.
This commit is contained in:
parent
4fba4521e8
commit
e6ddc8b20b
62 changed files with 5050 additions and 5061 deletions
|
@ -220,4 +220,3 @@ if __name__=='__main__':
|
|||
curses.echo() ; curses.nocbreak()
|
||||
curses.endwin()
|
||||
traceback.print_exc() # Print the exception
|
||||
|
||||
|
|
|
@ -116,5 +116,3 @@ def _test():
|
|||
|
||||
if __name__ == '__main__':
|
||||
_test()
|
||||
|
||||
|
||||
|
|
|
@ -142,4 +142,3 @@ def _test():
|
|||
|
||||
if __name__ == '__main__':
|
||||
_test()
|
||||
|
||||
|
|
|
@ -141,4 +141,3 @@ def _test(metaclass):
|
|||
if __name__ == "__main__":
|
||||
_test(EiffelMetaClass1)
|
||||
_test(EiffelMetaClass2)
|
||||
|
||||
|
|
|
@ -175,4 +175,3 @@ def _test2():
|
|||
if __name__ == '__main__':
|
||||
_test()
|
||||
_test2()
|
||||
|
||||
|
|
|
@ -155,4 +155,3 @@ class _stub:
|
|||
|
||||
def __call__(self, *args):
|
||||
return self._client._vcall(self._name, args)
|
||||
|
||||
|
|
|
@ -13,5 +13,3 @@ while 1:
|
|||
data = repr(time.time()) + '\n'
|
||||
s.sendto(data, ('<broadcast>', MYPORT))
|
||||
time.sleep(2)
|
||||
|
||||
|
||||
|
|
|
@ -12,5 +12,3 @@ while 1:
|
|||
data = repr(time.time()) + '\n'
|
||||
s.sendto(data, ('', MYPORT))
|
||||
time.sleep(2)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue