diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-01-14 12:06:31 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-01-14 12:06:31 +0000 |
commit | edf815fd8adfc467da9836baf8369da56521c606 (patch) | |
tree | 4ff4d31cc825d02e230c735036cc096acddbd989 /universal.c | |
parent | c49a72a9edb46ef751f82dcd3a322282f27f6db6 (diff) | |
download | perl-edf815fd8adfc467da9836baf8369da56521c606.tar.gz |
Correct the editor block to match the perl 5 policy on tabs
p4raw-id: //depot/perl@23803
Diffstat (limited to 'universal.c')
-rw-r--r-- | universal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/universal.c b/universal.c index be4f37e71f..760c33bffb 100644 --- a/universal.c +++ b/universal.c @@ -963,5 +963,5 @@ XS(XS_Internals_HvREHASH) /* Subject to change */ * indent-tabs-mode: t * End: * - * vim: expandtab shiftwidth=4: + * vim: shiftwidth=4: */ |