mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove extra newlines at end and beginning of files, add missing newlines
at end of files.
This commit is contained in:
@ -63486,4 +63486,3 @@ FFFC 8431A436
|
||||
FFFD 8431A437
|
||||
FFFE 8431A438
|
||||
FFFF 8431A439
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Copyright (c) 2001-2010, PostgreSQL Global Development Group
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl,v 1.10 2010/01/02 16:57:56 momjian Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl,v 1.11 2010/08/19 05:57:34 petere Exp $
|
||||
#
|
||||
# Generate UTF-8 <--> BIG5 conversion tables from
|
||||
# map files provided by Unicode organization.
|
||||
@ -174,4 +174,3 @@ for $index ( sort {$a <=> $b} keys( %array ) ){
|
||||
|
||||
print FILE "};\n";
|
||||
close(FILE);
|
||||
|
||||
|
Reference in New Issue
Block a user