mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
bpo-31462: Remove trailing whitespaces. (#3564)
This commit is contained in:
parent
312ffead1e
commit
13ad3b7a82
21 changed files with 62 additions and 62 deletions
|
|
@ -359,7 +359,7 @@ msvcrt_ungetch_impl(PyObject *module, char char_value)
|
|||
/*[clinic end generated code: output=c6942a0efa119000 input=22f07ee9001bbf0f]*/
|
||||
{
|
||||
int res;
|
||||
|
||||
|
||||
_Py_BEGIN_SUPPRESS_IPH
|
||||
res = _ungetch(char_value);
|
||||
_Py_END_SUPPRESS_IPH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue