[Zodb-checkins] CVS: ZODB3/ZODB - cPersistence.c:1.71
Jeremy Hylton
jeremy at zope.com
Fri May 23 18:32:39 EDT 2003
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv13327/ZODB
Modified Files:
cPersistence.c
Log Message:
Donation to the Society for the Promotion of Whitespace and Indentation.
=== ZODB3/ZODB/cPersistence.c 1.70 => 1.71 ===
--- ZODB3/ZODB/cPersistence.c:1.70 Tue May 13 18:58:37 2003
+++ ZODB3/ZODB/cPersistence.c Fri May 23 17:32:38 2003
@@ -671,8 +671,10 @@
Py_DECREF(meth);
return 0;
}
- if (PyObject_IsTrue(v)) return changed(self);
- if (self->state >= 0) self->state=cPersistent_UPTODATE_STATE;
+ if (PyObject_IsTrue(v))
+ return changed(self);
+ if (self->state >= 0)
+ self->state=cPersistent_UPTODATE_STATE;
return 0;
}
}
More information about the Zodb-checkins
mailing list