[Zodb-checkins] SVN: ZODB/branches/jim-thready-zeo2/src/ZEO/zrpc/smac.py Got rid of trailimg whitespace

Jim Fulton jim at zope.com
Tue Sep 22 15:24:55 EDT 2009


Log message for revision 104435:
  Got rid of trailimg whitespace
  

Changed:
  U   ZODB/branches/jim-thready-zeo2/src/ZEO/zrpc/smac.py

-=-
Modified: ZODB/branches/jim-thready-zeo2/src/ZEO/zrpc/smac.py
===================================================================
--- ZODB/branches/jim-thready-zeo2/src/ZEO/zrpc/smac.py	2009-09-22 19:06:30 UTC (rev 104434)
+++ ZODB/branches/jim-thready-zeo2/src/ZEO/zrpc/smac.py	2009-09-22 19:24:54 UTC (rev 104435)
@@ -150,7 +150,7 @@
                 yield ''
 
         self.message_output(hack())
-        
+
     def get_addr(self):
         return self.addr
 
@@ -309,7 +309,7 @@
                 if err[0] in expected_socket_write_errors:
                     break # we couldn't write anything
                 raise
-            
+
             if n < l:
                 output.insert(0, v[n:])
                 break # we can't write any more
@@ -325,7 +325,7 @@
 
     def __message_output(self, message, output):
         # do two separate appends to avoid copying the message string
-        size = 4        
+        size = 4
         if self.__hmac_send:
             output.append(struct.pack(">I", len(message) | MAC_BIT))
             self.__hmac_send.update(message)



More information about the Zodb-checkins mailing list