SF.net SVN: tmda: [2175] trunk/tmda/bin/tmda-ofmipd

[email protected] Tue, 13 Mar 2007 21:04:38 -0700
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Revision: 2175
          http://svn.sourceforge.net/tmda/?rev=2175&view=rev
Author:   srwarren
Date:     2007-03-13 21:04:38 -0700 (Tue, 13 Mar 2007)

Log Message:
-----------
tmda-ofmipd: Minor really anal whitespace consistency fixes

Modified Paths:
--------------
    trunk/tmda/bin/tmda-ofmipd

Modified: trunk/tmda/bin/tmda-ofmipd
===================================================================
--- trunk/tmda/bin/tmda-ofmipd	2007-03-14 03:56:57 UTC (rev 2174)
+++ trunk/tmda/bin/tmda-ofmipd	2007-03-14 04:04:38 UTC (rev 2175)
@@ -350,8 +350,6 @@
           'If you are uncomfortable with this, quit now and instead run ' + \
           program + ' under your non-privileged TMDA user account.'
     warning(msg, exit=0)
-    
-    
 
 
 import asynchat
@@ -518,6 +516,7 @@
 
 
 # Utility functions
+
 def pipecmd(command, *strings):
     popen2._cleanup()
     cmd = popen2.Popen3(command, 1, bufsize=-1)
@@ -663,7 +662,6 @@
     return base64.decodestring(s)
 
 
-
 # Classes
 
 # Integration helper class for tlslite.
@@ -706,6 +704,7 @@
             self._sent_signon = True
             self.push('220 %s ESMTP tmda-ofmipd' % FQDN)
 
+
 class SMTPSession(SMTPSessionSignon):
     COMMAND = 0
     DATA = 1


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.