From 9a5086c598370be29bac12509736c47d4801a7fc Mon Sep 17 00:00:00 2001 From: Peter Schneider-Kamp Date: Thu, 13 Jul 2000 06:24:29 +0000 Subject: just fixing the indentation --- Python/compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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); -- cgit v0.12