[Numpy-svn] r5435 - branches/1.1.x/numpy/core/src

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Jul 16 15:47:30 EDT 2008


Author: charris
Date: 2008-07-16 14:47:28 -0500 (Wed, 16 Jul 2008)
New Revision: 5435

Modified:
   branches/1.1.x/numpy/core/src/multiarraymodule.c
Log:
Replace hard tabs with spaces.


Modified: branches/1.1.x/numpy/core/src/multiarraymodule.c
===================================================================
--- branches/1.1.x/numpy/core/src/multiarraymodule.c	2008-07-16 19:46:41 UTC (rev 5434)
+++ branches/1.1.x/numpy/core/src/multiarraymodule.c	2008-07-16 19:47:28 UTC (rev 5435)
@@ -2144,10 +2144,10 @@
     if (from->f->cancastscalarkindto &&
         (castlist = from->f->cancastscalarkindto[scalar])) {
         while (*castlist != PyArray_NOTYPE)
-	    if (*castlist++ == neededtype) {
-		Py_DECREF(from);
-		return 1;
-	    }
+            if (*castlist++ == neededtype) {
+                Py_DECREF(from);
+                return 1;
+            }
     }
     Py_DECREF(from);
 




More information about the Numpy-svn mailing list