Commit 9a5086c5 authored by Peter Schneider-Kamp's avatar Peter Schneider-Kamp

just fixing the indentation

parent 11384c60
...@@ -3108,7 +3108,7 @@ com_arglist(c, n) ...@@ -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);
......
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