diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2008-05-01 21:33:44 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2008-05-01 21:33:44 +0000 |
commit | 0f714da6b0085149b3c16382fc1a7160f02959ab (patch) | |
tree | 19d934f44a56a1dc755f2dee2d2fa0099b795426 /numpy | |
parent | 54a6ea5f084f362394e4cb8feacb9defda59d3bc (diff) | |
download | numpy-0f714da6b0085149b3c16382fc1a7160f02959ab.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/doc/swig/pyfragments.swg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/swig/pyfragments.swg b/numpy/doc/swig/pyfragments.swg index 3c9502ff5..0deaa61e1 100644 --- a/numpy/doc/swig/pyfragments.swg +++ b/numpy/doc/swig/pyfragments.swg @@ -127,7 +127,7 @@ fragment="NumPy_Backward_Compatibility") { SWIGINTERN int - SWIG_AsVal_dec(unsigned long)(PyObject *obj, unsigned long *val) + SWIG_AsVal_dec(unsigned long)(PyObject *obj, unsigned long *val) { static PyArray_Descr * ulongDescr = PyArray_DescrNewFromType(NPY_ULONG); if (PyInt_Check(obj)) { |