summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorcookedm <cookedm@localhost>2006-03-10 21:31:27 +0000
committercookedm <cookedm@localhost>2006-03-10 21:31:27 +0000
commitbf57380caa818b73a4c41409de6ff260425f9bb6 (patch)
treeb2c42e0fde172de5def0c91811845808c00e296e /benchmarks
parentf2db317c1fad63f1c85944ba8443b465e32774dc (diff)
downloadpython-numpy-bf57380caa818b73a4c41409de6ff260425f9bb6.tar.gz
python-numpy-bf57380caa818b73a4c41409de6ff260425f9bb6.tar.bz2
python-numpy-bf57380caa818b73a4c41409de6ff260425f9bb6.zip
Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/sorting.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmarks/sorting.py b/benchmarks/sorting.py
index d018e19d4..23d58983a 100644
--- a/benchmarks/sorting.py
+++ b/benchmarks/sorting.py
@@ -29,8 +29,3 @@ print "2-D shape = (%d,%d), first-axis" % (N1,N2)
print "Numarray: ", t1.repeat(3,100)
print "NumPy: ", t2.repeat(3,100)
print "Numeric: ", t3.repeat(3,100)
-
-
-
-
-