From 9ff3f03c3ee07211a1f58710f713ce994a3da8a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Walter=20D=C3=B6rwald?= Date: Wed, 18 Jun 2003 14:17:01 +0000 Subject: [PATCH] Fix whitespace. --- Objects/stringobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/stringobject.c b/Objects/stringobject.c index 0425b1b143..31aeaa7c74 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.c @@ -3867,7 +3867,7 @@ PyString_Format(PyObject *format, PyObject *args) } #endif /* Fall through */ - case 'r': + case 'r': if (c == 's') temp = PyObject_Str(v); else -- 2.50.1