diff options
Diffstat (limited to 'test/Rpcgen')
-rw-r--r-- | test/Rpcgen/RPCGEN.py | 6 | ||||
-rw-r--r-- | test/Rpcgen/RPCGENCLIENTFLAGS.py | 6 | ||||
-rw-r--r-- | test/Rpcgen/RPCGENFLAGS.py | 6 | ||||
-rw-r--r-- | test/Rpcgen/RPCGENHEADERFLAGS.py | 6 | ||||
-rw-r--r-- | test/Rpcgen/RPCGENSERVICEFLAGS.py | 6 | ||||
-rw-r--r-- | test/Rpcgen/RPCGENXDRFLAGS.py | 6 |
6 files changed, 36 insertions, 0 deletions
diff --git a/test/Rpcgen/RPCGEN.py b/test/Rpcgen/RPCGEN.py index 8edb7b7..7430ba7 100644 --- a/test/Rpcgen/RPCGEN.py +++ b/test/Rpcgen/RPCGEN.py @@ -149,3 +149,9 @@ int main(int argc, char **args) { test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Rpcgen/RPCGENCLIENTFLAGS.py b/test/Rpcgen/RPCGENCLIENTFLAGS.py index 5bf14ce..7da0111 100644 --- a/test/Rpcgen/RPCGENCLIENTFLAGS.py +++ b/test/Rpcgen/RPCGENCLIENTFLAGS.py @@ -83,3 +83,9 @@ test.must_match('rpcif_xdr.c', expect_xdr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Rpcgen/RPCGENFLAGS.py b/test/Rpcgen/RPCGENFLAGS.py index f18dba2..8f70adf 100644 --- a/test/Rpcgen/RPCGENFLAGS.py +++ b/test/Rpcgen/RPCGENFLAGS.py @@ -82,3 +82,9 @@ test.must_match('rpcif_xdr.c', expect_xdr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Rpcgen/RPCGENHEADERFLAGS.py b/test/Rpcgen/RPCGENHEADERFLAGS.py index c1eac5a..840973f 100644 --- a/test/Rpcgen/RPCGENHEADERFLAGS.py +++ b/test/Rpcgen/RPCGENHEADERFLAGS.py @@ -83,3 +83,9 @@ test.must_match('rpcif_xdr.c', expect_xdr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Rpcgen/RPCGENSERVICEFLAGS.py b/test/Rpcgen/RPCGENSERVICEFLAGS.py index bf88a24..db8f354 100644 --- a/test/Rpcgen/RPCGENSERVICEFLAGS.py +++ b/test/Rpcgen/RPCGENSERVICEFLAGS.py @@ -83,3 +83,9 @@ test.must_match('rpcif_xdr.c', expect_xdr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Rpcgen/RPCGENXDRFLAGS.py b/test/Rpcgen/RPCGENXDRFLAGS.py index 85ec6dc..d185bcf 100644 --- a/test/Rpcgen/RPCGENXDRFLAGS.py +++ b/test/Rpcgen/RPCGENXDRFLAGS.py @@ -83,3 +83,9 @@ test.must_match('rpcif_xdr.c', expect_xdr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |