commit | 9a5086c598370be29bac12509736c47d4801a7fc | [log] [tgz] |
---|---|---|
author | Peter Schneider-Kamp <nowonder@nowonder.de> | Thu Jul 13 06:24:29 2000 +0000 |
committer | Peter Schneider-Kamp <nowonder@nowonder.de> | Thu Jul 13 06:24:29 2000 +0000 |
tree | 5d735af1e1c8fb519024bee880d4b7a89d79c8dd | |
parent | 11384c60f625f2f050cd51baa1333115fa95ab6c [diff] [blame] |
just fixing the indentation
diff --git a/Python/compile.c b/Python/compile.c index 068c10e..f39c794 100644 --- a/Python/compile.c +++ b/Python/compile.c
@@ -3108,7 +3108,7 @@ 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);