summaryrefslogtreecommitdiff
path: root/av.c
diff options
context:
space:
mode:
Diffstat (limited to 'av.c')
-rw-r--r--av.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/av.c b/av.c
index 7f8429168e..a03387c4e5 100644
--- a/av.c
+++ b/av.c
@@ -937,3 +937,13 @@ Perl_av_exists(pTHX_ AV *av, I32 key)
else
return FALSE;
}
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/