]> granicus.if.org Git - python/commitdiff
Fix indentation
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 25 Feb 2008 01:45:37 +0000 (01:45 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 25 Feb 2008 01:45:37 +0000 (01:45 +0000)
Python/compile.c
Python/peephole.c

index f02c81acd63ba43f0c291358dbc88cc902574f14..d81fef30028000bd97ff80dc85f5b37514a5ebcb 100644 (file)
@@ -2323,7 +2323,7 @@ compiler_nameop(struct compiler *c, identifier name, expr_context_ty ctx)
                return compiler_error(c, "can not assign to __debug__");
        }
 
-mangled = _Py_Mangle(c->u->u_private, name);
+       mangled = _Py_Mangle(c->u->u_private, name);
        if (!mangled)
                return 0;
 
index 286ac29b39f1c9cec22fd15e5e99abcec159a1c3..430f93938acfb9a39e2ddbdda24cfcef096540ca 100644 (file)
@@ -317,7 +317,7 @@ PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names,
        if (codestr == NULL)
                goto exitUnchanged;
        codestr = (unsigned char *)memcpy(codestr, 
-                                        PyString_AS_STRING(code), codelen);
+                                         PyString_AS_STRING(code), codelen);
 
        /* Verify that RETURN_VALUE terminates the codestring.  This allows
           the various transformation patterns to look ahead several