bpo-32150: Expand tabs to spaces in C files. (#4583)
This commit is contained in:
parent
08d2b86a10
commit
598ceae876
|
@ -17,7 +17,7 @@ Shoddy_increment(Shoddy *self, PyObject *unused)
|
||||||
static PyMethodDef Shoddy_methods[] = {
|
static PyMethodDef Shoddy_methods[] = {
|
||||||
{"increment", (PyCFunction)Shoddy_increment, METH_NOARGS,
|
{"increment", (PyCFunction)Shoddy_increment, METH_NOARGS,
|
||||||
PyDoc_STR("increment state counter")},
|
PyDoc_STR("increment state counter")},
|
||||||
{NULL, NULL},
|
{NULL},
|
||||||
};
|
};
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in New Issue