mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Whitespace fixup from generated unicode tables.
When running the 'update-unicode' build target, generate files that conform to pgindent whitespace rules.
This commit is contained in:
@@ -92,13 +92,13 @@ typedef enum
|
||||
CaseTitle = 1,
|
||||
CaseUpper = 2,
|
||||
NCaseKind
|
||||
} CaseKind;
|
||||
} CaseKind;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
pg_wchar codepoint; /* Unicode codepoint */
|
||||
pg_wchar simplemap[NCaseKind];
|
||||
} pg_case_map;
|
||||
} pg_case_map;
|
||||
|
||||
/*
|
||||
* Case mapping table. Dense for codepoints < 0x80 (enabling fast lookup),
|
||||
|
||||
Reference in New Issue
Block a user