diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-12-06 12:20:15 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-12-06 12:20:15 +0000 |
| commit | 09701dc19cf0d6f1a41abcae89c00122546498fb (patch) | |
| tree | 4642d06429c84fb5c515a9ce6856eb1bf5254043 | |
| parent | c68126ec2594a80ac095e5ce9e6138709db75519 (diff) | |
cldr2def.pl: Cleanup white space
No functional change intended.
Reviewed by: bapt
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D53914
| -rwxr-xr-x | tools/tools/locale/tools/cldr2def.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/tools/locale/tools/cldr2def.pl b/tools/tools/locale/tools/cldr2def.pl index e59e6d3b13a1..ea49c21300c4 100755 --- a/tools/tools/locale/tools/cldr2def.pl +++ b/tools/tools/locale/tools/cldr2def.pl @@ -383,9 +383,9 @@ sub resolve_enc_addition { sub get_languages { my %data = get_xmldata($ETCDIR); - %languages = %{$data{L}}; - %translations = %{$data{T}}; - %alternativemonths = %{$data{AM}}; + %languages = %{$data{L}}; + %translations = %{$data{T}}; + %alternativemonths = %{$data{AM}}; } sub transform_ctypes { @@ -826,7 +826,7 @@ EOF # $rv = translate($enc, $cm) # if (!defined $rv); if (!defined $rv) { - print STDERR + print STDERR "Could not convert $k ($cm) from $DEFENCODING to $enc\n"; $okay = 0; next; @@ -854,7 +854,7 @@ EOF # $cm) # if (!defined $rv); if (!defined $rv) { - print STDERR + print STDERR "Could not convert $k ($cm) from $DEFENCODING to $enc\n"; $okay = 0; next; |
