diff options
author | Mark Wiebe <mwiebe@enthought.com> | 2011-07-26 12:07:14 -0500 |
---|---|---|
committer | Mark Wiebe <mwiebe@enthought.com> | 2011-07-26 12:09:24 -0500 |
commit | affea42d886e8233fdd6f3c5760708e3a9e9b1b8 (patch) | |
tree | d99aa6da31a7a7fcff39c39a334fc2023d2f79b4 /numpy/core/_internal.py | |
parent | 694a3835a98e5f68dbbd416d3df81418fb16f28d (diff) | |
download | numpy-affea42d886e8233fdd6f3c5760708e3a9e9b1b8.tar.gz |
STY: Remove trailing whitespace
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r-- | numpy/core/_internal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_internal.py b/numpy/core/_internal.py index 0487b320e..713687199 100644 --- a/numpy/core/_internal.py +++ b/numpy/core/_internal.py @@ -185,7 +185,7 @@ def _commastring(astr): else: newitem = (dtype, eval(repeats)) result.append(newitem) - + return result def _getintp_ctype(): |