mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Remove leading and trailing spaces and tabs
This commit is contained in:
parent
aed29ce5ea
commit
4d8148fa98
@ -10,6 +10,8 @@ while(<STDIN>) {
|
||||
if (/ - /) {
|
||||
s/ - .*//;
|
||||
s/,[ \t]+/,/g;
|
||||
s/^[ \t]+//g;
|
||||
s/[ \t]+$//g;
|
||||
push @words, split ',';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user