diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-10-03 16:58:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 16:58:14 +0300 |
commit | a5a56154f14f3f4656a510e8b79e96d06289e654 (patch) | |
tree | dc1e534391f7f6d0844293f90866be15654a3917 /Python/Python-tokenize.c | |
parent | dc878240dcbb47e660f5ad094deba5381872f2c9 (diff) | |
download | cpython-git-a5a56154f14f3f4656a510e8b79e96d06289e654.tar.gz |
Remove trailing spaces. (GH-28706)
Diffstat (limited to 'Python/Python-tokenize.c')
-rw-r--r-- | Python/Python-tokenize.c | 2 |
1 files changed, 1 insertions, 1 deletions
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} }; |