From: Paul Brossier Date: Thu, 21 Apr 2016 19:18:16 +0000 (+0200) Subject: ext/py-cvec.c: indent X-Git-Tag: 0.4.4~300^2~286 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f2ce0fcdfdf7744b5a730f04f603dfb089110190;p=aubio.git ext/py-cvec.c: indent --- diff --git a/python/ext/py-cvec.c b/python/ext/py-cvec.c index 8c0a4eb9..6c70f05b 100644 --- a/python/ext/py-cvec.c +++ b/python/ext/py-cvec.c @@ -271,7 +271,7 @@ PyTypeObject Py_cvecType = { 0, /* tp_compare */ (reprfunc) Py_cvec_repr, /* tp_repr */ 0, /* tp_as_number */ - 0, //&Py_cvec_tp_as_sequence, /* tp_as_sequence */ + 0, //&Py_cvec_tp_as_sequence, /* tp_as_sequence */ 0, /* tp_as_mapping */ 0, /* tp_hash */ 0, /* tp_call */