diff options
Diffstat (limited to 'test/SWIG/module-parens.py')
-rw-r--r-- | test/SWIG/module-parens.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/SWIG/module-parens.py b/test/SWIG/module-parens.py index 7b48a76..f80e10c 100644 --- a/test/SWIG/module-parens.py +++ b/test/SWIG/module-parens.py @@ -115,3 +115,9 @@ test.must_exist('test2_wrap.h') test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |