From: stevenknight Date: Wed, 18 Feb 2009 16:29:08 +0000 (+0000) Subject: Add missing editor settings. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb363d497700986dfb6f183dd69b23df78cf222c;p=scons.git Add missing editor settings. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4005 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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: