Whitespace normalization.
diff --git a/Lib/socket.py b/Lib/socket.py
index 7cd7889..d0f0911 100644
--- a/Lib/socket.py
+++ b/Lib/socket.py
@@ -63,7 +63,7 @@
         def ssl(sock, keyfile=None, certfile=None):
             if hasattr(sock, "_sock"):
                 sock = sock._sock
-            return _realsslcall(sock, keyfile, certfile)    
+            return _realsslcall(sock, keyfile, certfile)
 
 
 # WSA error codes