summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/absoft.py
diff options
context:
space:
mode:
authorcookedm <cookedm@localhost>2006-03-10 21:19:42 +0000
committercookedm <cookedm@localhost>2006-03-10 21:19:42 +0000
commitf2db317c1fad63f1c85944ba8443b465e32774dc (patch)
treed78a7b19f1594f34c86adbdb08389b30a5c95d4d /numpy/distutils/fcompiler/absoft.py
parent3493d8b3cee54037e893fde83f3113a66b0ec7e8 (diff)
downloadnumpy-f2db317c1fad63f1c85944ba8443b465e32774dc.tar.gz
Run tabnanny over the code, and replace uses of tab for indentation with spaces
Diffstat (limited to 'numpy/distutils/fcompiler/absoft.py')
-rw-r--r--numpy/distutils/fcompiler/absoft.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/fcompiler/absoft.py b/numpy/distutils/fcompiler/absoft.py
index 31ae2c772..ed67ff3dc 100644
--- a/numpy/distutils/fcompiler/absoft.py
+++ b/numpy/distutils/fcompiler/absoft.py
@@ -74,7 +74,7 @@ class AbsoftFCompiler(FCompiler):
def get_libraries(self):
opt = FCompiler.get_libraries(self)
if self.get_version() >= '8.0':
- opt.extend(['f90math','fio','f77math','U77'])
+ opt.extend(['f90math','fio','f77math','U77'])
else:
opt.extend(['fio','f90math','fmath','U77'])
if os.name =='nt':