summaryrefslogtreecommitdiffstats
path: root/test/RANLIB/RANLIB.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/RANLIB/RANLIB.py')
-rw-r--r--test/RANLIB/RANLIB.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/RANLIB/RANLIB.py b/test/RANLIB/RANLIB.py
index 3cf9c05..eefbd15 100644
--- a/test/RANLIB/RANLIB.py
+++ b/test/RANLIB/RANLIB.py
@@ -106,3 +106,9 @@ test.run(arguments = 'b' + _exe,
test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: