From: Brett Cannon Date: Tue, 6 Jun 2006 18:08:16 +0000 (+0000) Subject: Fix coding style guide bug. X-Git-Tag: v2.5b1~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea229bd1ed3456263e31e4d979c8fa7708ff7ef1;p=python Fix coding style guide bug. --- diff --git a/Objects/abstract.c b/Objects/abstract.c index f7d6f5ac6a..83c48c21cb 100644 --- a/Objects/abstract.c +++ b/Objects/abstract.c @@ -216,7 +216,8 @@ PyObject_DelItemString(PyObject *o, char *key) return ret; } -int PyObject_AsCharBuffer(PyObject *obj, +int +PyObject_AsCharBuffer(PyObject *obj, const char **buffer, Py_ssize_t *buffer_len) {