Whitespace normalization.
diff --git a/Lib/smtplib.py b/Lib/smtplib.py
index 850c06a..4618671 100755
--- a/Lib/smtplib.py
+++ b/Lib/smtplib.py
@@ -766,7 +766,7 @@
     authentication, but your mileage might vary."""
 
     ehlo_msg = "lhlo"
-    
+
     def __init__(self, host = '', port = LMTP_PORT, local_hostname = None):
         """Initialize a new instance."""
         SMTP.__init__(self, host, port, local_hostname)