Commit 5eccfbd0 authored by Fred Drake's avatar Fred Drake

Fix whitespace botch.

parent 75226833
......@@ -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++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment