mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove trailing whitespace.
This commit is contained in:
parent
3d3558a465
commit
48310cd3f2
127 changed files with 825 additions and 825 deletions
|
@ -31,7 +31,7 @@ returning data from the target object.
|
|||
|
||||
.. index:: single: PyBufferProcs
|
||||
|
||||
More information on the buffer interface is provided in the section
|
||||
More information on the buffer interface is provided in the section
|
||||
:ref:`buffer-structs`, under the description for :ctype:`PyBufferProcs`.
|
||||
|
||||
Buffer objects are useful as a way to expose the data from another object's
|
||||
|
@ -104,7 +104,7 @@ could be used to pass around structured data in its native, in-memory format.
|
|||
pointer += strides[i] * indices[i];
|
||||
if (suboffsets[i] >=0 ) {
|
||||
pointer = *((char**)pointer) + suboffsets[i];
|
||||
}
|
||||
}
|
||||
}
|
||||
return (void*)pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue