mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fixed accidental indentation change.
This commit is contained in:
parent
e226b55963
commit
ddd25825c8
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ PyUnicode_FromFormatV(const char *format, va_list vargs)
|
|||
*/
|
||||
if ((*f == 'l' || *f == 'z') &&
|
||||
(f[1] == 'd' || f[1] == 'u'))
|
||||
++f;
|
||||
++f;
|
||||
|
||||
switch (*f) {
|
||||
case 'c':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue