Skip to content
Snippets Groups Projects
Unverified Commit 598ceae8 authored by Serhiy Storchaka's avatar Serhiy Storchaka Committed by GitHub
Browse files

bpo-32150: Expand tabs to spaces in C files. (#4583)

parent 08d2b86a
No related branches found
No related tags found
No related merge requests found
Showing
with 176 additions and 176 deletions
......@@ -17,7 +17,7 @@ Shoddy_increment(Shoddy *self, PyObject *unused)
static PyMethodDef Shoddy_methods[] = {
{"increment", (PyCFunction)Shoddy_increment, METH_NOARGS,
PyDoc_STR("increment state counter")},
{NULL, NULL},
{NULL},
};
static int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment