Fixed accidental indentation change.

This commit is contained in:
Eric Smith 2007-08-27 11:33:42 +00:00
parent e226b55963
commit ddd25825c8

View file

@ -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':