ext/py-cvec.c: indent
authorPaul Brossier <piem@piem.org>
Thu, 21 Apr 2016 19:18:16 +0000 (21:18 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 21 Apr 2016 19:18:16 +0000 (21:18 +0200)
python/ext/py-cvec.c

index 8c0a4eb..6c70f05 100644 (file)
@@ -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           */