]> granicus.if.org Git - python/commitdiff
Fix whitespace.
authorWalter Dörwald <walter@livinglogic.de>
Wed, 18 Jun 2003 14:17:01 +0000 (14:17 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 18 Jun 2003 14:17:01 +0000 (14:17 +0000)
Objects/stringobject.c

index 0425b1b14332a190f74ecb20b2d0b62ba595be54..31aeaa7c741633b2b3037c74e87f44ed7ef8e5e3 100644 (file)
@@ -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