just fixing the indentation

This commit is contained in:
Peter Schneider-Kamp 2000-07-13 06:24:29 +00:00
parent 11384c60f6
commit 9a5086c598

View file

@ -3108,7 +3108,7 @@ com_arglist(c, n)
if (nameval == NULL) { if (nameval == NULL) {
c->c_errors++; 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_error(c, PyExc_SyntaxError,"duplicate argument in function definition");
} }
com_newlocal_o(c, nameval); com_newlocal_o(c, nameval);