From 4d8148fa98145847aacd8feea593823c2386b1b0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 1 Oct 2003 15:04:13 +0000 Subject: Remove leading and trailing spaces and tabs --- util/extract-names.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/extract-names.pl b/util/extract-names.pl index 9f2ad5ef16..744a8e2324 100644 --- a/util/extract-names.pl +++ b/util/extract-names.pl @@ -10,6 +10,8 @@ while() { if (/ - /) { s/ - .*//; s/,[ \t]+/,/g; + s/^[ \t]+//g; + s/[ \t]+$//g; push @words, split ','; } } -- cgit v1.2.3