Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a7f2f6a

Browse files
committed
Whitespace fixup from generated unicode tables.
When running the 'update-unicode' build target, generate files that conform to pgindent whitespace rules.
1 parent b360d17 commit a7f2f6a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/common/unicode/generate-unicode_case_table.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292
CaseTitle = 1,
9393
CaseUpper = 2,
9494
NCaseKind
95-
} CaseKind;
95+
} CaseKind;
9696
9797
typedef struct
9898
{
9999
pg_wchar codepoint; /* Unicode codepoint */
100100
pg_wchar simplemap[NCaseKind];
101-
} pg_case_map;
101+
} pg_case_map;
102102
103103
/*
104104
* Case mapping table. Dense for codepoints < 0x80 (enabling fast lookup),

src/common/unicode/generate-unicode_category_table.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,19 +369,19 @@
369369
uint32 first; /* Unicode codepoint */
370370
uint32 last; /* Unicode codepoint */
371371
uint8 category; /* General Category */
372-
} pg_category_range;
372+
} pg_category_range;
373373
374374
typedef struct
375375
{
376376
uint32 first; /* Unicode codepoint */
377377
uint32 last; /* Unicode codepoint */
378-
} pg_unicode_range;
378+
} pg_unicode_range;
379379
380380
typedef struct
381381
{
382382
uint8 category;
383383
uint8 properties;
384-
} pg_unicode_properties;
384+
} pg_unicode_properties;
385385
386386
/*
387387
* The properties currently used, in no particular order. Fits in a uint8, but

0 commit comments

Comments
 (0)