summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorEric Fode <ericfode@gmail.com>2012-07-14 23:57:51 -0400
committerEric Fode <ericfode@gmail.com>2012-07-14 23:57:51 -0400
commit681bceb247b960b8939e021713f00d0de09900cb (patch)
tree3a41d6bba122767463985d75484f751e80a2a70e /numpy
parent3d3102989eb760a711db3ade580a84541e5ee403 (diff)
downloadnumpy-681bceb247b960b8939e021713f00d0de09900cb.tar.gz
Tab Fix
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/multiarray/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/common.c b/numpy/core/src/multiarray/common.c
index 9c2e15ae9..f7e891174 100644
--- a/numpy/core/src/multiarray/common.c
+++ b/numpy/core/src/multiarray/common.c
@@ -45,7 +45,7 @@ _array_find_python_scalar_type(PyObject *op)
return PyArray_DescrFromType(NPY_OBJECT);
}
else {
- return PyArray_DescrFromType(NPY_LONGLONG);
+ return PyArray_DescrFromType(NPY_LONGLONG);
}
}
return NULL;