Fix whitespace botch.
This commit is contained in:
parent
0f8117f14a
commit
d657303910
|
@ -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…
Reference in New Issue