]> granicus.if.org Git - python/commitdiff
Fixed accidental indentation change.
authorEric Smith <eric@trueblade.com>
Mon, 27 Aug 2007 11:33:42 +0000 (11:33 +0000)
committerEric Smith <eric@trueblade.com>
Mon, 27 Aug 2007 11:33:42 +0000 (11:33 +0000)
Objects/unicodeobject.c

index c46da45dde9031ccb63c2d176c034cb7a691ab61..c799417f5e79b5ba17e34f581221ae6c6aedea53 100644 (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':