Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita7f2f6a

Browse files
committed
Whitespace fixup from generated unicode tables.
When running the 'update-unicode' build target, generate files thatconform to pgindent whitespace rules.
1 parentb360d17 commita7f2f6a

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_wcharcodepoint;/* Unicode codepoint */
100100
pg_wcharsimplemap[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
uint32first;/* Unicode codepoint */
370370
uint32last;/* Unicode codepoint */
371371
uint8category;/* General Category */
372-
}pg_category_range;
372+
}pg_category_range;
373373
374374
typedef struct
375375
{
376376
uint32first;/* Unicode codepoint */
377377
uint32last;/* Unicode codepoint */
378-
}pg_unicode_range;
378+
}pg_unicode_range;
379379
380380
typedef struct
381381
{
382382
uint8category;
383383
uint8properties;
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)

[8]ページ先頭

©2009-2025 Movatter.jp