summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-03-02 20:37:32 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-03-02 20:37:32 (GMT)
commit8cfaa0e729abffd659356adb8eded353ae75d421 (patch)
tree3346cd75f44864099b36cfc592f488564f0974ef /Include
parent2e63b73a2cd0d7d560c762a4ae4ed5b2fd5eb7ea (diff)
downloadcpython-8cfaa0e729abffd659356adb8eded353ae75d421.zip
cpython-8cfaa0e729abffd659356adb8eded353ae75d421.tar.gz
cpython-8cfaa0e729abffd659356adb8eded353ae75d421.tar.bz2
Trimmed trailing whitespace.
Diffstat (limited to 'Include')
-rw-r--r--Include/pyarena.h2
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