From: Peter Schneider-Kamp Date: Thu, 13 Jul 2000 06:24:29 +0000 (+0000) Subject: just fixing the indentation X-Git-Tag: v2.0b1~846 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a5086c598370be29bac12509736c47d4801a7fc;p=thirdparty%2FPython%2Fcpython.git just fixing the indentation --- diff --git a/Python/compile.c b/Python/compile.c index 068c10e8acb9..f39c794ae3ef 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);