Commit f1b7cd81 authored by Peter Schneider-Kamp's avatar Peter Schneider-Kamp

just fixing the indentation

parent 609c0f67
......@@ -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);
......
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