summaryrefslogtreecommitdiffstats
path: root/test/QT/reentrant.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/QT/reentrant.py')
-rw-r--r--test/QT/reentrant.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/QT/reentrant.py b/test/QT/reentrant.py
index 336aa13..be464b9 100644
--- a/test/QT/reentrant.py
+++ b/test/QT/reentrant.py
@@ -65,3 +65,9 @@ test.run(program = test.workpath('main' + TestSCons._exe),
stdout = 'qt/include/foo5.h\n')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: