From 393e7b097b904cbfcfe130c09bca5bcfcad436b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Wed, 18 Jun 2003 14:17:01 +0000 Subject: Fix whitespace. --- Objects/stringobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objects/stringobject.c') 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 -- cgit v1.2.1