X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=taint.c;h=209efb3eecb5e765f0c9c251d307f3623659f702;hb=90ce55a189f2bdb2d042b4e4190bf41cd6331190;hp=03bdedc3d57e6a6f68f3350948c358104fdf4289;hpb=27da23d53ccce622bc51822f59df8def79b4df95;p=p5sagit%2Fp5-mst-13.2.git diff --git a/taint.c b/taint.c index 03bdedc..209efb3 100644 --- a/taint.c +++ b/taint.c @@ -167,3 +167,13 @@ Perl_taint_env(pTHX) } } } + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */