diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-03-02 20:37:32 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-03-02 20:37:32 (GMT) |
commit | 8cfaa0e729abffd659356adb8eded353ae75d421 (patch) | |
tree | 3346cd75f44864099b36cfc592f488564f0974ef /Include/pyarena.h | |
parent | 2e63b73a2cd0d7d560c762a4ae4ed5b2fd5eb7ea (diff) | |
download | cpython-8cfaa0e729abffd659356adb8eded353ae75d421.zip cpython-8cfaa0e729abffd659356adb8eded353ae75d421.tar.gz cpython-8cfaa0e729abffd659356adb8eded353ae75d421.tar.bz2 |
Trimmed trailing whitespace.
Diffstat (limited to 'Include/pyarena.h')
-rw-r--r-- | Include/pyarena.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyarena.h b/Include/pyarena.h index 4c75b55..570fcea 100644 --- a/Include/pyarena.h +++ b/Include/pyarena.h @@ -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 |