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

Commit 2cadefb

Browse files
committed
Make script output more pgindent compatible
1 parent eb8d05b commit 2cadefb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/unicode/generate-unicode_norm_table.pl

+2-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
} pg_unicode_decomposition;
9898
9999
#define DECOMP_NO_COMPOSE 0x80 /* don't use for re-composition */
100-
#define DECOMP_INLINE 0x40 /* decomposition is stored inline in dec_index */
100+
#define DECOMP_INLINE 0x40 /* 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)