[Checkins] SVN: zc.beforestorage/trunk/src/zc/beforestorage/__init__.py Cleaned up trailing whitespace.

Jim Fulton jim at zope.com
Fri Sep 3 13:26:37 EDT 2010


Log message for revision 116193:
  Cleaned up trailing whitespace.
  

Changed:
  U   zc.beforestorage/trunk/src/zc/beforestorage/__init__.py

-=-
Modified: zc.beforestorage/trunk/src/zc/beforestorage/__init__.py
===================================================================
--- zc.beforestorage/trunk/src/zc/beforestorage/__init__.py	2010-09-03 17:26:09 UTC (rev 116192)
+++ zc.beforestorage/trunk/src/zc/beforestorage/__init__.py	2010-09-03 17:26:37 UTC (rev 116193)
@@ -54,10 +54,10 @@
             self.temporaryDirectory = storage.temporaryDirectory
             if hasattr(storage, 'openCommittedBlobFile'):
                 self.openCommittedBlobFile = storage.openCommittedBlobFile
-            
+
             zope.interface.alsoProvides(self, ZODB.interfaces.IBlobStorage)
-            
 
+
     def close(self):
         self.storage.close()
 
@@ -74,7 +74,7 @@
 
     def history(self, oid, version='', size=1):
         assert version == ''
-        
+
         # This is awkward.  We don't know how much history to ask for.
         # We'll have to keep trying until we heve enough or until there isn't
         # any more to chose from. :(
@@ -134,7 +134,7 @@
 
     def registerDB(self, db):
         pass
-    
+
     def sortKey(self):
         return self.storage.sortKey()
 
@@ -175,4 +175,4 @@
             elif before.lower() == 'startup':
                 self.config.before = startup_time_stamp
         return Before(base, self.config.before)
-    
+



More information about the checkins mailing list