summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
diff options
context:
space:
mode:
authorMark Wiebe <mwiebe@enthought.com>2011-07-26 12:07:14 -0500
committerMark Wiebe <mwiebe@enthought.com>2011-07-26 12:09:24 -0500
commitaffea42d886e8233fdd6f3c5760708e3a9e9b1b8 (patch)
treed99aa6da31a7a7fcff39c39a334fc2023d2f79b4 /numpy/core/_internal.py
parent694a3835a98e5f68dbbd416d3df81418fb16f28d (diff)
downloadnumpy-affea42d886e8233fdd6f3c5760708e3a9e9b1b8.tar.gz
STY: Remove trailing whitespace
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r--numpy/core/_internal.py2
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():