summaryrefslogtreecommitdiffstats
path: root/test/Fortran/FORTRANFILESUFFIXES.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/FORTRANFILESUFFIXES.py')
-rw-r--r--test/Fortran/FORTRANFILESUFFIXES.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Fortran/FORTRANFILESUFFIXES.py b/test/Fortran/FORTRANFILESUFFIXES.py
index dfdad02..92e30ea 100644
--- a/test/Fortran/FORTRANFILESUFFIXES.py
+++ b/test/Fortran/FORTRANFILESUFFIXES.py
@@ -86,3 +86,9 @@ test.must_match('test07' + _exe, "This is a .fpp file.\n")
test.must_match('test08' + _exe, "This is a .FPP file.\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: