Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d657303

Browse files
committed
Fix whitespace botch.
1 parent 0f8117f commit d657303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/getargs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ vgetargs1(PyObject *args, char *format, va_list *p_va, int compat)
112112
}
113113
else if (level != 0)
114114
; /* Pass */
115-
else if (c == 'e')
115+
else if (c == 'e')
116116
; /* Pass */
117117
else if (isalpha(c))
118118
max++;

0 commit comments

Comments
 (0)