summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-01-14 12:06:31 +0000
committerNicholas Clark <nick@ccl4.org>2005-01-14 12:06:31 +0000
commitdce24a0988d59916f0b51596c54b17c42882535f (patch)
tree4ff4d31cc825d02e230c735036cc096acddbd989 /pp_sort.c
parent2ff3419031a61b85a3c68f6182f57cc6863370a9 (diff)
downloadperl-dce24a0988d59916f0b51596c54b17c42882535f.tar.gz
Correct the editor block to match the perl 5 policy on tabs
p4raw-id: //depot/perl@23803
Diffstat (limited to 'pp_sort.c')
-rw-r--r--pp_sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sort.c b/pp_sort.c
index 877f17162b..b48c180946 100644
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -1925,5 +1925,5 @@ amagic_cmp_locale(pTHX_ register SV *str1, register SV *str2)
* indent-tabs-mode: t
* End:
*
- * vim: expandtab shiftwidth=4:
+ * vim: shiftwidth=4:
*/