mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix whitespace.
This commit is contained in:
parent
b5155e30ce
commit
9ff3f03c3e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue