]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Normalize whitespace
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 10 Nov 2013 19:02:04 +0000 (14:02 -0500)
committerJason R. Coombs <jaraco@jaraco.com>
Sun, 10 Nov 2013 19:02:04 +0000 (14:02 -0500)
Lib/test/test_socket.py

index eb8619f75c7c0e1622009a727b3f8d7bce293ad7..a7c25160750d765dc230e847aebc66e5d49d0c70 100644 (file)
@@ -980,14 +980,14 @@ class GeneralModuleTests(unittest.TestCase):
                 return
         except ImportError:
             return
-        
+
         if sys.platform == "win32":
             try:
                 inet_pton(AF_INET6, '::')
             except OSError as e:
                 if e.winerror == 10022:
                     return # IPv6 might not be installed on this PC
-        
+
         f = lambda a: inet_pton(AF_INET6, a)
         assertInvalid = lambda a: self.assertRaises(
             (OSError, ValueError), f, a