mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Make spacing and punctuation consistent
This commit is contained in:
@ -168,9 +168,9 @@ while ($line = <FILE>)
|
|||||||
if ($array{$code} ne "")
|
if ($array{$code} ne "")
|
||||||
{
|
{
|
||||||
printf STDERR
|
printf STDERR
|
||||||
"Warning: duplicate UTF-8: %08x UCS: %04x Shift JIS: %04x\n", $utf,
|
"Warning: duplicate UTF8: %08x UCS: %04x Shift JIS: %04x\n", $utf,
|
||||||
$ucs, $code;
|
$ucs, $code;
|
||||||
printf STDERR "Previous value: UTF-8: %08x\n", $array{$utf};
|
printf STDERR "Previous value: UTF8: %08x\n", $array{$utf};
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
$count++;
|
$count++;
|
||||||
|
Reference in New Issue
Block a user