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