diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-11 20:36:20 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-11 20:36:20 +0200 |
commit | b303c3bb16e8d312df47bb01007de741bff23b77 (patch) | |
tree | 939a68c227dcd2b411b2e501228fb823bf4e1242 /include | |
parent | fcebbdb6a88c544a4c1e41039ce1ffb662e22cfa (diff) |
Sort declarations alphabetically
Diffstat (limited to 'include')
-rw-r--r-- | include/unicode/prop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unicode/prop.h b/include/unicode/prop.h index 65272ef..7d8e904 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -151,8 +151,8 @@ enum uprop_nt { [[__nodiscard__, __unsequenced__]] enum uprop_lb uprop_get_lb(rune); [[__nodiscard__, __unsequenced__]] enum uprop_nt uprop_get_nt(rune); [[__nodiscard__, __unsequenced__]] rune uprop_get_bpb(rune); -[[__nodiscard__, __unsequenced__]] struct u8view uprop_get_na(rune); [[__nodiscard__, __unsequenced__]] struct u8view uprop_get_na1(rune); +[[__nodiscard__, __unsequenced__]] struct u8view uprop_get_na(rune); /* PROP PREDICATES START */ [[__nodiscard__, __unsequenced__]] bool uprop_is_ahex(rune); |