Fix trailing space.
authorcournape <cournape@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 20 Oct 2008 12:20:22 +0000 (12:20 +0000)
committercournape <cournape@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 20 Oct 2008 12:20:22 +0000 (12:20 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3709 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/engine/SCons/Tool/ifort.py

index d017658bc33040c0bad5c41fd49f7ffe4f10e9d0..a4101ac16cc7d349fe983ac046b2e6148b02699f 100644 (file)
@@ -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: