diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-10 16:51:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-05-10 16:51:02 +0000 |
commit | 66610fdd5da795f6de595e815ccc4d1c9f3f4505 (patch) | |
tree | 3e040e06f33275f702454aa4607e4181ad35c589 /pp_pack.c | |
parent | c69006e4a4556d3b1d6e1a57c49a95b1d16efeb0 (diff) | |
download | perl-66610fdd5da795f6de595e815ccc4d1c9f3f4505.tar.gz |
Add editor boilerplates to all C files
(except the generated ones)
p4raw-id: //depot/perl@24440
Diffstat (limited to 'pp_pack.c')
-rw-r--r-- | pp_pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3625,5 +3625,5 @@ PP(pp_pack) * indent-tabs-mode: t * End: * - * vim: shiftwidth=4: + * vim: ts=8 sts=4 sw=4 noet: */ |