From f2db317c1fad63f1c85944ba8443b465e32774dc Mon Sep 17 00:00:00 2001 From: cookedm Date: Fri, 10 Mar 2006 21:19:42 +0000 Subject: Run tabnanny over the code, and replace uses of tab for indentation with spaces --- numpy/lib/machar.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numpy/lib/machar.py') diff --git a/numpy/lib/machar.py b/numpy/lib/machar.py index 894623e82..249dfddad 100644 --- a/numpy/lib/machar.py +++ b/numpy/lib/machar.py @@ -123,10 +123,10 @@ class MachAr(object): break a = a * beta negep = negep - 1 - # Prevent infinite loop on PPC with gcc 4.0: - if negep < 0: + # Prevent infinite loop on PPC with gcc 4.0: + if negep < 0: raise RuntimeError, "could not determine machine tolerance " \ - "for 'negep', locals() -> %s" % (locals()) + "for 'negep', locals() -> %s" % (locals()) negep = -negep epsneg = a -- cgit v1.2.1