cldr2def.pl: Cleanup white space

No functional change intended.

Reviewed by:	bapt
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D53914
This commit is contained in:
Jose Luis Duran
2025-12-06 12:20:15 +00:00
parent c68126ec25
commit 09701dc19c
+5 -5
View File
@@ -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;