]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Mon, 9 Aug 2004 18:54:11 +0000 (18:54 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 9 Aug 2004 18:54:11 +0000 (18:54 +0000)
Lib/test/test_socket.py
Tools/scripts/crlf.py
Tools/scripts/lll.py
Tools/scripts/pathfix.py
Tools/scripts/which.py

index 2dc34aa7b571330a17bde623b99cdfb695d9b83c..18061fe0144d3161603d39b01594fee257277400 100644 (file)
@@ -208,7 +208,7 @@ class SocketPairTest(unittest.TestCase, ThreadableTest):
         self.cli = None
         ThreadableTest.clientTearDown(self)
 
-    
+
 #######################################################################
 ## Begin Tests
 
index 03908b138add29188048eb55d8a169eaf998172d..a975cb2927616ab1d1468216a7a65ced7ec539a8 100755 (executable)
@@ -21,4 +21,3 @@ def main():
 
 if __name__ == '__main__':
     main()
-
index dc21cf7fb645950d9b211f6b8bf42f90a490450b..9902d9d394b26b8ab2debc17ea6afe604e175042 100755 (executable)
@@ -26,4 +26,3 @@ def main():
 
 if __name__ == '__main__':
     main()
-
index 5798d9b54f663acaa267406c809862d48878525f..5cb5addfbcc18681534820119684644d2e2639f2 100755 (executable)
@@ -147,4 +147,3 @@ def fixline(line):
 
 if __name__ == '__main__':
     main()
-
index f9b2e61f6905d50a59a0449bc4f446ac064a6006..49b69acf83b220b54bc95baa5ea3983e7b6af1d3 100755 (executable)
@@ -58,4 +58,3 @@ def main():
 
 if __name__ == '__main__':
     main()
-