commit | d657303910244aea88c192f5629d5fe9ea778a6d | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri May 18 21:03:40 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri May 18 21:03:40 2001 +0000 |
tree | 5ee204a33e3a42ceff234c301daf286e2baaac62 | |
parent | 0f8117f14a98d697828b96ec1130105332f67dad [diff] [blame] |
Fix whitespace botch.
diff --git a/Python/getargs.c b/Python/getargs.c index 21815f9..b25b20a 100644 --- a/Python/getargs.c +++ b/Python/getargs.c
@@ -112,7 +112,7 @@ } else if (level != 0) ; /* Pass */ - else if (c == 'e') + else if (c == 'e') ; /* Pass */ else if (isalpha(c)) max++;