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 | 9ff3f03c3ee07211a1f58710f713ce994a3da8a7 (patch) | |
tree | 30efea2ed93167cf6716f28fc67602b22aa6fb3d /Objects/stringobject.c | |
parent | b5155e30ce20f07cf3a76588070f7f9b033cf07a (diff) | |
download | cpython-git-9ff3f03c3ee07211a1f58710f713ce994a3da8a7.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 |