[Zope-Checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.73.2.23.2.4

Tim Peters tim.one@comcast.net
Wed, 11 Jun 2003 12:34:39 -0400


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv14872/ZEO

Modified Files:
      Tag: tim-loading_oids_status-branch
	ClientStorage.py 
Log Message:
Whitespace normalization.

NOTE:  I believe that Jeremy & I believe that the treatment of versions
in this hack isn't yet correct.  Perhaps by the time it is correct, it
won't feel so much like a hack <wink>.


=== ZODB3/ZEO/ClientStorage.py 1.73.2.23.2.3 => 1.73.2.23.2.4 ===
--- ZODB3/ZEO/ClientStorage.py:1.73.2.23.2.3	Wed Jun 11 12:03:30 2003
+++ ZODB3/ZEO/ClientStorage.py	Wed Jun 11 12:34:39 2003
@@ -653,7 +653,7 @@
                     self._cache.invalidate(oid, '')
         finally:
             self._lock.release()
-                        
+
         if v and version and v == version:
             return pv, sv
         else:
@@ -686,7 +686,7 @@
         Statii is a 2-element list of booleans indicating whether
         the object, version was invalidated during the load.  The
         first element is oid, version; the second element is oid, "".
-        
+
         Caller must hold self._lock.
         """
         statii = []