mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -2476,7 +2476,7 @@ make_memoryview_from_NULL_pointer(PyObject *self)
|
|||
return NULL;
|
||||
return PyMemoryView_FromBuffer(&info);
|
||||
}
|
||||
|
||||
|
||||
static PyObject *
|
||||
test_from_contiguous(PyObject* self, PyObject *noargs)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue