[Zodb-checkins] CVS: Zope3/lib/python/Persistence/BTrees - BTreeTemplate.c:1.1.2.8
Jeremy Hylton
jeremy@zope.com
Wed, 27 Mar 2002 00:02:53 -0500
Update of /cvs-repository/Zope3/lib/python/Persistence/BTrees
In directory cvs.zope.org:/tmp/cvs-serv29968
Modified Files:
Tag: Zope-3x-branch
BTreeTemplate.c
Log Message:
Fix indentation.
=== Zope3/lib/python/Persistence/BTrees/BTreeTemplate.c 1.1.2.7 => 1.1.2.8 ===
PyPersist_INCREF(self);
- if (!PyPersist_IS_STICKY(self))
- return NULL;
+ if (!PyPersist_IS_STICKY(self))
+ return NULL;
if (self->len) {
r = PyTuple_New(self->len * 2 - 1);