From bc52162986c531fd26ef8adc5b39640cb9bfc022 Mon Sep 17 00:00:00 2001 From: cournape Date: Mon, 20 Oct 2008 12:20:22 +0000 Subject: [PATCH] Fix trailing space. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3709 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/engine/SCons/Tool/ifort.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/SCons/Tool/ifort.py b/src/engine/SCons/Tool/ifort.py index d017658b..a4101ac1 100644 --- a/src/engine/SCons/Tool/ifort.py +++ b/src/engine/SCons/Tool/ifort.py @@ -1,7 +1,7 @@ """SCons.Tool.ifort Tool-specific initialization for newer versions of the Intel Fortran Compiler -for Linux. +for Linux. There normally shouldn't be any need to import this module directly. It will usually be imported through the generic SCons.Tool.Tool() @@ -47,7 +47,7 @@ def generate(env): fscan = FortranScan("FORTRANPATH") SCons.Tool.SourceFileScanner.add_scanner('.i', fscan) SCons.Tool.SourceFileScanner.add_scanner('.i90', fscan) - + if not env.has_key('FORTRANFILESUFFIXES'): env['FORTRANFILESUFFIXES'] = ['.i'] else: -- 2.26.2