summaryrefslogtreecommitdiffstats
path: root/test/Fortran/SHF90FLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/SHF90FLAGS.py')
-rw-r--r--test/Fortran/SHF90FLAGS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/SHF90FLAGS.py b/test/Fortran/SHF90FLAGS.py
index 6257adb..3997cbb 100644
--- a/test/Fortran/SHF90FLAGS.py
+++ b/test/Fortran/SHF90FLAGS.py
@@ -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)
""")