diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2009-10-20 19:27:21 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2009-10-20 19:27:21 +0000 |
commit | cce7337fd92c8c19ab83364d35075da4908be0f8 (patch) | |
tree | 572a83363827f127eebcbedb010e1beecb501156 /numpy/core/src/scalarmathmodule.c.src | |
parent | 8ba11a42c2f74d7ab0396e200a1dccf6f79a0ff7 (diff) | |
download | numpy-cce7337fd92c8c19ab83364d35075da4908be0f8.tar.gz |
Cleanup scalarmathmodule.c.src.
Remove hard tabs.
Diffstat (limited to 'numpy/core/src/scalarmathmodule.c.src')
-rw-r--r-- | numpy/core/src/scalarmathmodule.c.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/core/src/scalarmathmodule.c.src b/numpy/core/src/scalarmathmodule.c.src index be626d2af..f1f7d5ad2 100644 --- a/numpy/core/src/scalarmathmodule.c.src +++ b/numpy/core/src/scalarmathmodule.c.src @@ -54,7 +54,7 @@ static int ulonglong_overflow(ulonglong a, ulonglong b) #else static int ulonglong_overflow(ulonglong NPY_UNUSED(a), ulonglong NPY_UNUSED(b)) { - return 0; + return 0; } #endif @@ -1055,9 +1055,9 @@ static PyObject* if (PyErr_Occurred()) return NULL; return PyGenericArrType_Type.tp_richcompare(self, other, cmp_op); case -3: /* special case for longdouble and clongdouble - because they have a recursive getitem in their dtype */ + because they have a recursive getitem in their dtype */ Py_INCREF(Py_NotImplemented); - return Py_NotImplemented; + return Py_NotImplemented; } /* here we do the actual calculation with arg1 and arg2 */ |