commit:     f144a470f67a00506dcd33eb2c8f5b444e6860d3
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 22:52:12 2014 +0000
Commit:     Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Thu Sep 11 23:01:31 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=f144a470

portage/mail.py: Whitespace cleanup

---
 pym/portage/mail.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pym/portage/mail.py b/pym/portage/mail.py
index 2efcbba..945cccd 100644
--- a/pym/portage/mail.py
+++ b/pym/portage/mail.py
@@ -105,7 +105,7 @@ def send_mail(mysettings, message):
        mymailuser = ""
        mymailpasswd = ""
        myrecipient = "root@localhost"
-       
+
        # Syntax for PORTAGE_ELOG_MAILURI (if defined):
        # address [[user:passwd@]mailserver[:port]]
        # where address:    recipient address
@@ -130,7 +130,7 @@ def send_mail(mysettings, message):
                        mymailhost = myconndata
        else:
                myrecipient = mysettings.get("PORTAGE_ELOG_MAILURI", "")
-       
+
        myfrom = message.get("From")
 
        if sys.hexversion < 0x3000000:
@@ -175,4 +175,4 @@ def send_mail(mysettings, message):
                except socket.error as e:
                        raise portage.exception.PortageException(_("!!! A 
network error occurred while trying to send logmail:\n%s\nSure you configured 
PORTAGE_ELOG_MAILURI correctly?") % str(e))
        return
-       
+

Reply via email to