mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Fix whitespace botch.
This commit is contained in:
parent
0f8117f14a
commit
d657303910
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue