mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
just fixing the indentation
This commit is contained in:
parent
11384c60f6
commit
9a5086c598
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue