mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
Remove trailing spaces. (GH-28706)
This commit is contained in:
parent
dc878240dc
commit
a5a56154f1
5 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue