From 0b77f0e5f0e46b2ef7c570ebda046c34bbcc0f26 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 29 Oct 2007 14:58:18 +0000 Subject: ran reindent.py to clean up whitespace --- numpy/oldnumeric/ma.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/oldnumeric/ma.py') diff --git a/numpy/oldnumeric/ma.py b/numpy/oldnumeric/ma.py index 857c554ec..601ff88af 100644 --- a/numpy/oldnumeric/ma.py +++ b/numpy/oldnumeric/ma.py @@ -12,4 +12,3 @@ def average(a, axis=0, weights=None, returned=0): def take(a, indices, axis=0): return nca.average(a, indices, axis=0) - -- cgit v1.2.1