Index: Objects/stringobject.c
===================================================================
--- Objects/stringobject.c	(revision 59539)
+++ Objects/stringobject.c	(working copy)
@@ -1334,7 +1334,7 @@
 };
 
 
-
+
 #define LEFTSTRIP 0
 #define RIGHTSTRIP 1
 #define BOTHSTRIP 2
@@ -3910,7 +3910,7 @@
 	return Py_BuildValue("(s#)", v->ob_sval, Py_Size(v));
 }
 
-
+
 static PyMethodDef
 string_methods[] = {
 	/* Counterparts of the obsolete stropmodule functions; except
