mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove trailing whitespaces in cStringIO.h.
This commit is contained in:
parent
72121c6c30
commit
d7797c6e7a
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ extern "C" {
|
||||||
|
|
||||||
This header provides access to cStringIO objects from C.
|
This header provides access to cStringIO objects from C.
|
||||||
Functions are provided for calling cStringIO objects and
|
Functions are provided for calling cStringIO objects and
|
||||||
macros are provided for testing whether you have cStringIO
|
macros are provided for testing whether you have cStringIO
|
||||||
objects.
|
objects.
|
||||||
|
|
||||||
Before calling any of the functions or macros, you must initialize
|
Before calling any of the functions or macros, you must initialize
|
||||||
|
@ -28,7 +28,7 @@ extern "C" {
|
||||||
/* Basic functions to manipulate cStringIO objects from C */
|
/* Basic functions to manipulate cStringIO objects from C */
|
||||||
|
|
||||||
static struct PycStringIO_CAPI {
|
static struct PycStringIO_CAPI {
|
||||||
|
|
||||||
/* Read a string from an input object. If the last argument
|
/* Read a string from an input object. If the last argument
|
||||||
is -1, the remainder will be read.
|
is -1, the remainder will be read.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue