From: Eric Smith Date: Mon, 27 Aug 2007 11:33:42 +0000 (+0000) Subject: Fixed accidental indentation change. X-Git-Tag: v3.0a1~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddd25825c839cbae9dcc6c9a7c662d06ee113ca0;p=python Fixed accidental indentation change. --- diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index c46da45dde..c799417f5e 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -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':