diff options
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: +*/ |