summaryrefslogtreecommitdiffstats
path: root/Objects/stringobject.c
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-06-18 14:17:01 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-06-18 14:17:01 (GMT)
commit9ff3f03c3ee07211a1f58710f713ce994a3da8a7 (patch)
tree30efea2ed93167cf6716f28fc67602b22aa6fb3d /Objects/stringobject.c
parentb5155e30ce20f07cf3a76588070f7f9b033cf07a (diff)
downloadcpython-9ff3f03c3ee07211a1f58710f713ce994a3da8a7.zip
cpython-9ff3f03c3ee07211a1f58710f713ce994a3da8a7.tar.gz
cpython-9ff3f03c3ee07211a1f58710f713ce994a3da8a7.tar.bz2
Fix whitespace.
Diffstat (limited to 'Objects/stringobject.c')
-rw-r--r--Objects/stringobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/stringobject.c b/Objects/stringobject.c
index 0425b1b..31aeaa7 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