summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/malloc.c b/malloc.c
index de5766d3f6..3731fc26b7 100644
--- a/malloc.c
+++ b/malloc.c
@@ -2573,3 +2573,13 @@ Perl_sbrk(int size)
}
#endif /* ! defined USE_PERL_SBRK */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/