Trimmed trailing whitespace.

This commit is contained in:
Tim Peters 2006-03-02 20:37:32 +00:00
parent 2e63b73a2c
commit 8cfaa0e729
2 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@ extern "C" {
/* This routines isn't a proper arena allocation routine. It takes
a PyObject* and records it so that it can be DECREFed when the
arena is freed.
*/
*/
PyAPI_FUNC(int) PyArena_AddPyObject(PyArena *, PyObject *);
#ifdef __cplusplus