summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-10 16:51:02 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-10 16:51:02 +0000
commit66610fdd5da795f6de595e815ccc4d1c9f3f4505 (patch)
tree3e040e06f33275f702454aa4607e4181ad35c589 /gv.c
parentc69006e4a4556d3b1d6e1a57c49a95b1d16efeb0 (diff)
downloadperl-66610fdd5da795f6de595e815ccc4d1c9f3f4505.tar.gz
Add editor boilerplates to all C files
(except the generated ones) p4raw-id: //depot/perl@24440
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gv.c b/gv.c
index 0f3fa2467d..fe8280e4bd 100644
--- a/gv.c
+++ b/gv.c
@@ -1989,3 +1989,13 @@ Perl_is_gv_magical(pTHX_ const char *name, STRLEN len, U32 flags)
}
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:
+*/