From: Walter Dörwald Date: Wed, 18 Jun 2003 14:17:01 +0000 (+0000) Subject: Fix whitespace. X-Git-Tag: v2.3c1~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ff3f03c3ee07211a1f58710f713ce994a3da8a7;p=python Fix whitespace. --- 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