mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 12:02:30 +03:00
Finish pgindent run for 9.6: Perl files.
This commit is contained in:
@@ -54,8 +54,8 @@ while (<FILE>)
|
||||
|| ( ($code >= 0x879a)
|
||||
&& ($code <= 0x879c)))
|
||||
{
|
||||
printf STDERR
|
||||
"Warning: duplicate UTF8: UCS=0x%04x SJIS=0x%04x\n", $ucs,
|
||||
printf STDERR "Warning: duplicate UTF8: UCS=0x%04x SJIS=0x%04x\n",
|
||||
$ucs,
|
||||
$code;
|
||||
next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user