Commit 4eb94893 authored by Eric Smith's avatar Eric Smith

Fixed accidental indentation change.

parent 62ab1c6d
......@@ -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':
......
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