Commit 9ff3f03c authored by Walter Dörwald's avatar Walter Dörwald

Fix whitespace.

parent b5155e30
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment