diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-06-18 14:17:01 +0000 |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-06-18 14:17:01 +0000 |
commit | 393e7b097b904cbfcfe130c09bca5bcfcad436b3 (patch) | |
tree | c177a3e8efedc804e6306d8661f48b2c0b28b7d7 /Objects/stringobject.c | |
parent | 3069a37c6b0a3bed7edd0e402e5c8e371259d354 (diff) | |
download | cpython-393e7b097b904cbfcfe130c09bca5bcfcad436b3.tar.gz |
Fix whitespace.
Diffstat (limited to 'Objects/stringobject.c')
-rw-r--r-- | Objects/stringobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |