]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix whitespace botch.
authorFred Drake <fdrake@acm.org>
Fri, 18 May 2001 21:03:40 +0000 (21:03 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 18 May 2001 21:03:40 +0000 (21:03 +0000)
Python/getargs.c

index 21815f99a9209d5f2cb50902ccf158a483dbed53..b25b20ac015f065146698dca857988a671f4f674 100644 (file)
@@ -112,7 +112,7 @@ vgetargs1(PyObject *args, char *format, va_list *p_va, int compat)
                }
                else if (level != 0)
                        ; /* Pass */
-                else if (c == 'e')
+               else if (c == 'e')
                        ; /* Pass */
                else if (isalpha(c))
                        max++;