Whitespace normalization.
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py
index c79a733..58b54c1 100644
--- a/Lib/test/test_urllib2.py
+++ b/Lib/test/test_urllib2.py
@@ -355,12 +355,12 @@
"file://%s%s" % (socket.gethostbyname('localhost'), urlpath),
]
try:
- localaddr = socket.gethostbyname(socket.gethostname())
+ localaddr = socket.gethostbyname(socket.gethostname())
except socket.gaierror:
localaddr = ''
if localaddr:
urls.append("file://%s%s" % (localaddr, urlpath))
-
+
for url in urls:
f = open(TESTFN, "wb")
try: