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

Commit2cadefb

Browse files
committed
Make script output more pgindent compatible
1 parenteb8d05b commit2cadefb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/common/unicode/generate-unicode_norm_table.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
} pg_unicode_decomposition;
9898
9999
#define DECOMP_NO_COMPOSE0x80/* don't use for re-composition */
100-
#define DECOMP_INLINE0x40/* decomposition is stored inline in dec_index */
100+
#define DECOMP_INLINE0x40/* decomposition is stored inline in
101+
* dec_index */
101102
102103
#define DECOMPOSITION_SIZE(x) ((x)->dec_size_flags & 0x3F)
103104
#define DECOMPOSITION_NO_COMPOSE(x) (((x)->dec_size_flags & DECOMP_NO_COMPOSE) != 0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp