From 494aaee902748bd8f85a8e1bafce80f2c2ad7381 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 9 Aug 2004 18:54:11 +0000 Subject: Whitespace normalization. --- Lib/test/test_socket.py | 2 +- Tools/scripts/crlf.py | 1 - Tools/scripts/lll.py | 1 - Tools/scripts/pathfix.py | 1 - Tools/scripts/which.py | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 2dc34aa..18061fe 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -208,7 +208,7 @@ class SocketPairTest(unittest.TestCase, ThreadableTest): self.cli = None ThreadableTest.clientTearDown(self) - + ####################################################################### ## Begin Tests diff --git a/Tools/scripts/crlf.py b/Tools/scripts/crlf.py index 03908b1..a975cb2 100755 --- a/Tools/scripts/crlf.py +++ b/Tools/scripts/crlf.py @@ -21,4 +21,3 @@ def main(): if __name__ == '__main__': main() - diff --git a/Tools/scripts/lll.py b/Tools/scripts/lll.py index dc21cf7..9902d9d 100755 --- a/Tools/scripts/lll.py +++ b/Tools/scripts/lll.py @@ -26,4 +26,3 @@ def main(): if __name__ == '__main__': main() - diff --git a/Tools/scripts/pathfix.py b/Tools/scripts/pathfix.py index 5798d9b..5cb5add 100755 --- a/Tools/scripts/pathfix.py +++ b/Tools/scripts/pathfix.py @@ -147,4 +147,3 @@ def fixline(line): if __name__ == '__main__': main() - diff --git a/Tools/scripts/which.py b/Tools/scripts/which.py index f9b2e61..49b69ac 100755 --- a/Tools/scripts/which.py +++ b/Tools/scripts/which.py @@ -58,4 +58,3 @@ def main(): if __name__ == '__main__': main() - -- cgit v0.12