summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/pad.c b/pad.c
index 280b46cb1d..408514beca 100644
--- a/pad.c
+++ b/pad.c
@@ -1614,3 +1614,13 @@ Perl_pad_compname_type(pTHX_ const PADOFFSET po)
}
return Nullhv;
}
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/