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

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_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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy