[Zodb-checkins] CVS: ZODB3/bsddb3Storage/bsddb3Storage - Minimal.py:1.17

Barry Warsaw barry@wooz.org
Tue, 19 Nov 2002 15:39:51 -0500


Update of /cvs-repository/ZODB3/bsddb3Storage/bsddb3Storage
In directory cvs.zope.org:/tmp/cvs-serv2168

Modified Files:
	Minimal.py 
Log Message:
Normalize whitespace.


=== ZODB3/bsddb3Storage/bsddb3Storage/Minimal.py 1.16 => 1.17 ===
--- ZODB3/bsddb3Storage/bsddb3Storage/Minimal.py:1.16	Tue Nov 19 15:34:57 2002
+++ ZODB3/bsddb3Storage/bsddb3Storage/Minimal.py	Tue Nov 19 15:39:51 2002
@@ -285,7 +285,7 @@
         if conflictresolved:
             return ResolvedSerial
         return newserial
-        
+
     def store(self, oid, serial, data, version, transaction):
         if transaction is not self._transaction:
             raise POSException.StorageTransactionError(self, transaction)