mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed unintentional trailing spaces in non-external and non-generated C files.
This commit is contained in:
parent
6c32585f67
commit
009b811d67
25 changed files with 56 additions and 56 deletions
|
@ -37,7 +37,7 @@ module_init_dict(PyModuleObject *mod, PyObject *md_dict,
|
|||
_Py_IDENTIFIER(__package__);
|
||||
_Py_IDENTIFIER(__loader__);
|
||||
_Py_IDENTIFIER(__spec__);
|
||||
|
||||
|
||||
if (md_dict == NULL)
|
||||
return -1;
|
||||
if (doc == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue