Get rid of indentation tabs in the test scripts and have runtest.py invoke them with...
[scons.git] / test / Fortran / SHF77.py
index 2f259cd64f19bbb9d037337a3a3510b3f432c80b..233921b344732579a70a19fbefd3283e8361bda1 100644 (file)
@@ -47,7 +47,7 @@ infile = open(args[0], 'rb')
 outfile = open(out, 'wb')
 for l in infile.readlines():
     if l[:len(comment)] != comment:
-       outfile.write(l)
+        outfile.write(l)
 sys.exit(0)
 """)