shithub: aubio

Download patch

ref: f2ce0fcdfdf7744b5a730f04f603dfb089110190
parent: a599a1b1b9f85986716fea9ed9ea4f11d218e6f8
author: Paul Brossier <piem@piem.org>
date: Thu Apr 21 17:18:16 EDT 2016

ext/py-cvec.c: indent

--- a/python/ext/py-cvec.c
+++ b/python/ext/py-cvec.c
@@ -271,7 +271,7 @@
   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           */