mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -38,7 +38,7 @@ static PyModuleDef noddymodule = {
|
|||
};
|
||||
|
||||
PyMODINIT_FUNC
|
||||
PyInit_noddy(void)
|
||||
PyInit_noddy(void)
|
||||
{
|
||||
PyObject* m;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue