summaryrefslogtreecommitdiff
path: root/Python/compile.c
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2008-02-25 01:45:37 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2008-02-25 01:45:37 +0000
commit2d27760565781938a1a12ba4c19dad6621c2ff00 (patch)
tree69757ffef44d771d3a0516ee10da8839b954c071 /Python/compile.c
parent2a9d41eb8af58382d2e0a2941121d48608129360 (diff)
downloadcpython-2d27760565781938a1a12ba4c19dad6621c2ff00.tar.gz
Fix indentation
Diffstat (limited to 'Python/compile.c')
-rw-r--r--Python/compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c
index f02c81acd6..d81fef3002 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -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;