[Zope-Checkins] CVS: ZODB3/BDBStorage - _helper.c:1.4.18.1

Tim Peters tim.one@comcast.net
Tue, 15 Jul 2003 11:38:25 -0400


Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv7329/BDBStorage

Modified Files:
      Tag: zodb33-devel-branch
	_helper.c 
Log Message:
Trimmed trailing whitespace.


=== ZODB3/BDBStorage/_helper.c 1.4 => 1.4.18.1 ===
--- ZODB3/BDBStorage/_helper.c:1.4	Mon Jan 20 17:17:01 2003
+++ ZODB3/BDBStorage/_helper.c	Tue Jul 15 11:38:20 2003
@@ -42,7 +42,7 @@
     pylong = _PyLong_FromByteArray(s, len,
                                    0 /* big endian */,
                                    0 /* unsigned */);
-    
+
     if (!pylong)
         return NULL;