summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-09 18:54:11 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-08-09 18:54:11 (GMT)
commit494aaee902748bd8f85a8e1bafce80f2c2ad7381 (patch)
tree71ef57c1a429657d27add395ceece328d75c5524 /Lib/test/test_socket.py
parent24884a5ccce70abd63031b2224e58eb9558b4768 (diff)
downloadcpython-494aaee902748bd8f85a8e1bafce80f2c2ad7381.zip
cpython-494aaee902748bd8f85a8e1bafce80f2c2ad7381.tar.gz
cpython-494aaee902748bd8f85a8e1bafce80f2c2ad7381.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_socket.py')
-rw-r--r--Lib/test/test_socket.py2
1 files changed, 1 insertions, 1 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