[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/FileStorage/FileStorage.py Trailing whitespace.

Tim Peters tim.one at comcast.net
Mon Mar 21 17:14:00 EST 2005


Log message for revision 29631:
  Trailing whitespace.
  

Changed:
  U   ZODB/trunk/src/ZODB/FileStorage/FileStorage.py

-=-
Modified: ZODB/trunk/src/ZODB/FileStorage/FileStorage.py
===================================================================
--- ZODB/trunk/src/ZODB/FileStorage/FileStorage.py	2005-03-21 21:15:25 UTC (rev 29630)
+++ ZODB/trunk/src/ZODB/FileStorage/FileStorage.py	2005-03-21 22:14:00 UTC (rev 29631)
@@ -1406,7 +1406,7 @@
     def record_iternext(self, next=None):
         index = self._index
         oid = index.minKey(next)
-        
+
         try:
             next_oid = index.minKey(self.new_oid(oid))
         except ValueError: # "empty tree" error
@@ -1414,9 +1414,9 @@
 
         data, tid = self.load(oid, None) # ignore versions
         return oid, tid, data, next_oid
-        
 
 
+
 def shift_transactions_forward(index, vindex, tindex, file, pos, opos):
     """Copy transactions forward in the data file
 



More information about the Zodb-checkins mailing list