just fixing the indentation

This commit is contained in:
Peter Schneider-Kamp 2000-07-13 06:24:29 +00:00
parent 11384c60f6
commit 9a5086c598
1 changed files with 1 additions and 1 deletions

View File

@ -3108,7 +3108,7 @@ com_arglist(c, n)
if (nameval == NULL) {
c->c_errors++;
}
if (PyDict_GetItem(c->c_locals, nameval)) {
if (PyDict_GetItem(c->c_locals, nameval)) {
com_error(c, PyExc_SyntaxError,"duplicate argument in function definition");
}
com_newlocal_o(c, nameval);