From f2ce0fcdfdf7744b5a730f04f603dfb089110190 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 21 Apr 2016 21:18:16 +0200 Subject: [PATCH] ext/py-cvec.c: indent --- python/ext/py-cvec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.0