]> granicus.if.org Git - python/commitdiff
just fixing the indentation
authorPeter Schneider-Kamp <nowonder@nowonder.de>
Thu, 13 Jul 2000 06:24:29 +0000 (06:24 +0000)
committerPeter Schneider-Kamp <nowonder@nowonder.de>
Thu, 13 Jul 2000 06:24:29 +0000 (06:24 +0000)
Python/compile.c

index 068c10e8acb988f5126f4ce2ed2b59edb273ec25..f39c794ae3ef86e9b6e1a5892525c27eac97618f 100644 (file)
@@ -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);