Fix whitespace.

This commit is contained in:
Walter Dörwald 2003-06-18 14:17:01 +00:00
parent b5155e30ce
commit 9ff3f03c3e

View file

@ -3867,7 +3867,7 @@ PyString_Format(PyObject *format, PyObject *args)
} }
#endif #endif
/* Fall through */ /* Fall through */
case 'r': case 'r':
if (c == 's') if (c == 's')
temp = PyObject_Str(v); temp = PyObject_Str(v);
else else