[Zodb-checkins] CVS: ZODB3/ZODB/FileStorage - FileStorage.py:1.3
Tim Peters
tim.one at comcast.net
Mon Dec 29 17:41:24 EST 2003
Update of /cvs-repository/ZODB3/ZODB/FileStorage
In directory cvs.zope.org:/tmp/cvs-serv2051/ZODB/FileStorage
Modified Files:
FileStorage.py
Log Message:
Whitespace normalization.
=== ZODB3/ZODB/FileStorage/FileStorage.py 1.2 => 1.3 ===
--- ZODB3/ZODB/FileStorage/FileStorage.py:1.2 Wed Dec 24 11:01:59 2003
+++ ZODB3/ZODB/FileStorage/FileStorage.py Mon Dec 29 17:40:49 2003
@@ -607,12 +607,12 @@
if h.tid < tid:
break
-
+
pos = h.prev
end_tid = h.tid
if not pos:
return None
-
+
if h.back:
data, _, _, _ = self._loadBack_impl(oid, h.back)
return data, h.tid, end_tid
More information about the Zodb-checkins
mailing list