summaryrefslogtreecommitdiff
path: root/numpy/core/src/scalarmathmodule.c.src
diff options
context:
space:
mode:
authorEric Fode <ericfode@gmail.com>2013-04-01 17:19:07 -0700
committerEric Fode <ericfode@gmail.com>2013-04-01 17:19:07 -0700
commit8b42156e8171802dda128cb23f7a0ce52c085e5a (patch)
tree45c6fb9ccbfd46e71eb6a114bf35e3ba0001f2c0 /numpy/core/src/scalarmathmodule.c.src
parent61236250c3cc1153b233deb0ce83c6cebbc24c64 (diff)
downloadnumpy-8b42156e8171802dda128cb23f7a0ce52c085e5a.tar.gz
Update scalarmathmodule.c.src
Got rid of some white space in scalarmathmodule.c.src
Diffstat (limited to 'numpy/core/src/scalarmathmodule.c.src')
-rw-r--r--numpy/core/src/scalarmathmodule.c.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/scalarmathmodule.c.src b/numpy/core/src/scalarmathmodule.c.src
index 39ea874c7..ad1779a97 100644
--- a/numpy/core/src/scalarmathmodule.c.src
+++ b/numpy/core/src/scalarmathmodule.c.src
@@ -979,7 +979,7 @@ static PyObject *
int retstatus;
int first;
@type@ out = {@zero@, @zero@};
-
+
switch(_@name@_convert2_to_ctypes(a, &arg1, b, &arg2)) {
case 0:
break;