Get rid of indentation tabs in the test scripts and have runtest.py invoke them with...
[scons.git] / test / Fortran / SHF90FLAGS.py
index 6257adb4fbca31a725a828c14dd8bc438109d50c..3997cbb49a622408b947f8188ad427fad4328260 100644 (file)
@@ -57,7 +57,7 @@ outfile = open(out, 'wb')
 outfile.write(optstring + "\n")
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)