Whitespace normalization.

This commit is contained in:
Tim Peters 2001-03-29 04:36:09 +00:00
parent 301ab7f2d0
commit a19a168ccc
7 changed files with 23 additions and 23 deletions

View file

@ -63,7 +63,7 @@ if (sys.platform.lower().startswith("win")
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