Fix indentation.

This commit is contained in:
Ezio Melotti 2013-04-19 07:10:09 +03:00
parent ab5ba7918e
commit 1b6424fc4b
1 changed files with 6 additions and 6 deletions

View File

@ -2146,13 +2146,13 @@ compiler_try_except(struct compiler *c, stmt_ty s)
/* /*
try: try:
# body # body
except type as name: except type as name:
try: try:
# body # body
finally: finally:
name = None name = None
del name del name
*/ */
/* second try: */ /* second try: */