summaryrefslogtreecommitdiff
path: root/tests/run/moduletryexcept.pyx
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2010-12-13 11:06:26 -0800
committerRobert Bradshaw <robertwb@math.washington.edu>2010-12-13 11:06:26 -0800
commitf6762fad87f8d4ab0341281381b7d49c494fe6a2 (patch)
treef59e2bfe9978bdfdba810a5bbf90dfe3ea3d03c8 /tests/run/moduletryexcept.pyx
parent671e6a53a4621f5a684f45ed9e4436e74af9975e (diff)
downloadcython-f6762fad87f8d4ab0341281381b7d49c494fe6a2.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'tests/run/moduletryexcept.pyx')
-rw-r--r--tests/run/moduletryexcept.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run/moduletryexcept.pyx b/tests/run/moduletryexcept.pyx
index 6566db6bc..721f13af5 100644
--- a/tests/run/moduletryexcept.pyx
+++ b/tests/run/moduletryexcept.pyx
@@ -86,8 +86,8 @@ try:
except:
raise
except (AttributeError,
- KeyError,
- IndexError,
+ KeyError,
+ IndexError,
ValueError) as e:
val = e
raise e