From: Fred Drake Date: Fri, 18 May 2001 21:03:40 +0000 (+0000) Subject: Fix whitespace botch. X-Git-Tag: v2.2a3~1752 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d657303910244aea88c192f5629d5fe9ea778a6d;p=thirdparty%2FPython%2Fcpython.git Fix whitespace botch. --- diff --git a/Python/getargs.c b/Python/getargs.c index 21815f99a920..b25b20ac015f 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++;