summaryrefslogtreecommitdiff
path: root/taint.c
diff options
context:
space:
mode:
Diffstat (limited to 'taint.c')
-rw-r--r--taint.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/taint.c b/taint.c
index 03bdedc3d5..eafd365db3 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:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/