Remove some whitespace in generated C output
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 19 Jul 2021 07:46:50 +0000 (09:46 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 19 Jul 2021 07:48:14 +0000 (09:48 +0200)
It doesn't match the normal coding style.

Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://www.postgresql.org/message-id/flat/22016aa9-ca59-15c7-01df-f292cb558c4d@enterprisedb.com

src/backend/utils/mb/Unicode/convutils.pm
src/backend/utils/mb/Unicode/euc_jis_2004_to_utf8.map
src/backend/utils/mb/Unicode/shift_jis_2004_to_utf8.map
src/backend/utils/mb/Unicode/utf8_to_euc_jis_2004.map
src/backend/utils/mb/Unicode/utf8_to_shift_jis_2004.map

index 5ad38514beea1bf745110a5c7e6c5c87d11867ca..551603ee14463a4997e02218ea6c2ae32d33649a 100644 (file)
@@ -173,7 +173,7 @@ sub print_from_utf8_combined_map
 
    printf $out "\n/* Combined character map */\n";
    printf $out
-     "static const pg_utf_to_local_combined ULmap${charset}_combined[ %d ] = {",
+     "static const pg_utf_to_local_combined ULmap${charset}_combined[%d] = {",
      scalar(@$table);
    my $first = 1;
    foreach my $i (sort { $a->{utf8} <=> $b->{utf8} } @$table)
@@ -208,7 +208,7 @@ sub print_to_utf8_combined_map
 
    printf $out "\n/* Combined character map */\n";
    printf $out
-     "static const pg_local_to_utf_combined LUmap${charset}_combined[ %d ] = {",
+     "static const pg_local_to_utf_combined LUmap${charset}_combined[%d] = {",
      scalar(@$table);
 
    my $first = 1;
index d2da4a383bb96a54674fe162d7a912bf75a87eaf..3a8fc9d26f2b6e5424c2cb07b802daf509b6552d 100644 (file)
@@ -3414,7 +3414,7 @@ static const uint32 euc_jis_2004_to_unicode_tree_table[11727] =
 };
 
 /* Combined character map */
-static const pg_local_to_utf_combined LUmapEUC_JIS_2004_combined[ 25 ] = {
+static const pg_local_to_utf_combined LUmapEUC_JIS_2004_combined[25] = {
   {0xa4f7, 0x00e3818b, 0x00e3829a},    /* U+304B+309A      [2000] */
   {0xa4f8, 0x00e3818d, 0x00e3829a},    /* U+304D+309A      [2000] */
   {0xa4f9, 0x00e3818f, 0x00e3829a},    /* U+304F+309A      [2000] */
index e591a1135b3cd25ae485ab1c839e3ab4aafb4823..3c107cbb7be92f07fe0116f936f9a1b616c822c4 100644 (file)
@@ -3205,7 +3205,7 @@ static const uint32 shift_jis_2004_to_unicode_tree_table[11716] =
 };
 
 /* Combined character map */
-static const pg_local_to_utf_combined LUmapSHIFT_JIS_2004_combined[ 25 ] = {
+static const pg_local_to_utf_combined LUmapSHIFT_JIS_2004_combined[25] = {
   {0x82f5, 0x00e3818b, 0x00e3829a},    /* U+304B+309A      [2000] */
   {0x82f6, 0x00e3818d, 0x00e3829a},    /* U+304D+309A      [2000] */
   {0x82f7, 0x00e3818f, 0x00e3829a},    /* U+304F+309A      [2000] */
index fa90f3958f43f39342d61574a0c0d2d3d9de2495..0d47463805f54ea1954270ef35da5c8e8d5873c1 100644 (file)
@@ -12538,7 +12538,7 @@ static const uint32 euc_jis_2004_from_unicode_tree_table[39163] =
 };
 
 /* Combined character map */
-static const pg_utf_to_local_combined ULmapEUC_JIS_2004_combined[ 25 ] = {
+static const pg_utf_to_local_combined ULmapEUC_JIS_2004_combined[25] = {
   {0x0000c3a6, 0x0000cc80, 0xabc4},    /* U+00E6+0300      [2000] */
   {0x0000c994, 0x0000cc80, 0xabc8},    /* U+0254+0300      [2000] */
   {0x0000c994, 0x0000cc81, 0xabc9},    /* U+0254+0301      [2000] */
index b756b5f1578ed407ccc747457f529f0d57604878..202ebb25c18e230612062d2ede45ce084649d8af 100644 (file)
@@ -7656,7 +7656,7 @@ static const uint16 shift_jis_2004_from_unicode_tree_table[39196] =
 };
 
 /* Combined character map */
-static const pg_utf_to_local_combined ULmapSHIFT_JIS_2004_combined[ 25 ] = {
+static const pg_utf_to_local_combined ULmapSHIFT_JIS_2004_combined[25] = {
   {0x0000c3a6, 0x0000cc80, 0x8663},    /* U+00E6+0300      [2000] */
   {0x0000c994, 0x0000cc80, 0x8667},    /* U+0254+0300      [2000] */
   {0x0000c994, 0x0000cc81, 0x8668},    /* U+0254+0301      [2000] */