mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +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
|
@ -892,7 +892,7 @@ memory_from_contiguous_copy(Py_buffer *src, char order)
|
|||
The logical structure of the input and output buffers is the same
|
||||
(i.e. tolist(input) == tolist(output)), but the physical layout in
|
||||
memory can be explicitly chosen.
|
||||
|
||||
|
||||
As usual, if buffertype=PyBUF_WRITE, the exporter's buffer must be writable,
|
||||
otherwise it may be writable or read-only.
|
||||
|
||||
|
@ -1241,7 +1241,7 @@ cast_to_1D(PyMemoryViewObject *mv, PyObject *format)
|
|||
view->suboffsets = NULL;
|
||||
|
||||
init_flags(mv);
|
||||
|
||||
|
||||
ret = 0;
|
||||
|
||||
out:
|
||||
|
@ -2288,7 +2288,7 @@ memory_subscript(PyMemoryViewObject *self, PyObject *key)
|
|||
{
|
||||
Py_buffer *view;
|
||||
view = &(self->view);
|
||||
|
||||
|
||||
CHECK_RELEASED(self);
|
||||
|
||||
if (view->ndim == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue