mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +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
|
#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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue