summaryrefslogtreecommitdiff
path: root/test/Libs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Libs')
-rw-r--r--test/Libs/LIBS-LIBPREFIX-exists.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Libs/LIBS-LIBPREFIX-exists.py b/test/Libs/LIBS-LIBPREFIX-exists.py
index 3cb2aba0..814eda9d 100644
--- a/test/Libs/LIBS-LIBPREFIX-exists.py
+++ b/test/Libs/LIBS-LIBPREFIX-exists.py
@@ -122,3 +122,9 @@ test.run(program=blender_exe,
stdout='src/component1/message.c\nsrc/component2/hello.c\n')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: