From a5a56154f14f3f4656a510e8b79e96d06289e654 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 3 Oct 2021 16:58:14 +0300 Subject: Remove trailing spaces. (GH-28706) --- Python/Python-tokenize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/Python-tokenize.c') diff --git a/Python/Python-tokenize.c b/Python/Python-tokenize.c index 2933b5b7b1..fa71328255 100644 --- a/Python/Python-tokenize.c +++ b/Python/Python-tokenize.c @@ -150,7 +150,7 @@ static PyMethodDef tokenize_methods[] = { }; static PyModuleDef_Slot tokenizemodule_slots[] = { - {Py_mod_exec, tokenizemodule_exec}, + {Py_mod_exec, tokenizemodule_exec}, {0, NULL} }; -- cgit v1.2.1