mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -1055,7 +1055,7 @@ _buffered_readinto_generic(buffered *self, PyObject *args, char readinto1)
|
|||
}
|
||||
else
|
||||
n = 0;
|
||||
|
||||
|
||||
if (n == 0 || (n == -2 && written > 0))
|
||||
break;
|
||||
if (n < 0) {
|
||||
|
@ -1065,7 +1065,7 @@ _buffered_readinto_generic(buffered *self, PyObject *args, char readinto1)
|
|||
}
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
||||
/* At most one read in readinto1 mode */
|
||||
if (readinto1) {
|
||||
written += n;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue