]> granicus.if.org Git - python/commitdiff
Remove trailing whitespaces in cStringIO.h.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 28 Jan 2013 09:00:58 +0000 (11:00 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 28 Jan 2013 09:00:58 +0000 (11:00 +0200)
Include/cStringIO.h

index 6ca44a830306fc296dea98c0a680b0f97c1e0580..973a4710868333eaf27a87bb3834406dc09ae109 100644 (file)
@@ -7,7 +7,7 @@ extern "C" {
 
   This header provides access to cStringIO objects from C.
   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.
 
   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 */
 
 static struct PycStringIO_CAPI {
-  
+
  /* Read a string from an input object.  If the last argument
     is -1, the remainder will be read.
     */