diff options
author | Robert Bradshaw <robertwb@math.washington.edu> | 2010-12-13 11:06:26 -0800 |
---|---|---|
committer | Robert Bradshaw <robertwb@math.washington.edu> | 2010-12-13 11:06:26 -0800 |
commit | f6762fad87f8d4ab0341281381b7d49c494fe6a2 (patch) | |
tree | f59e2bfe9978bdfdba810a5bbf90dfe3ea3d03c8 /tests/run/moduletryexcept.pyx | |
parent | 671e6a53a4621f5a684f45ed9e4436e74af9975e (diff) | |
download | cython-f6762fad87f8d4ab0341281381b7d49c494fe6a2.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'tests/run/moduletryexcept.pyx')
-rw-r--r-- | tests/run/moduletryexcept.pyx | 4 |
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 |