The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=09701dc19cf0d6f1a41abcae89c00122546498fb
commit 09701dc19cf0d6f1a41abcae89c00122546498fb Author: Jose Luis Duran <[email protected]> AuthorDate: 2025-12-06 12:20:15 +0000 Commit: Jose Luis Duran <[email protected]> CommitDate: 2025-12-06 12:20:15 +0000 cldr2def.pl: Cleanup white space No functional change intended. Reviewed by: bapt MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D53914 --- tools/tools/locale/tools/cldr2def.pl | 10 +++++----- 1 file 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;
