From d657303910244aea88c192f5629d5fe9ea778a6d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 18 May 2001 21:03:40 +0000 Subject: Fix whitespace botch. --- Python/getargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/getargs.c') diff --git a/Python/getargs.c b/Python/getargs.c index 21815f99a9..b25b20ac01 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -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++; -- cgit v1.2.1