commit | 0031ff3f1c89859b73ac8360c3f955da48c5b8ff | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 25 01:45:37 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 25 01:45:37 2008 +0000 |
tree | 62e41a944f1ebf66e5aa2356efe6617663b73393 | |
parent | 3376d64d6243696e62a670a9c8127beee3ac464e [diff] [blame] |
Fix indentation
diff --git a/Python/compile.c b/Python/compile.c index f02c81a..d81fef3 100644 --- a/Python/compile.c +++ b/Python/compile.c
@@ -2323,7 +2323,7 @@ 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;