From b303c3bb16e8d312df47bb01007de741bff23b77 Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Thu, 11 Apr 2024 20:36:20 +0200
Subject: Sort declarations alphabetically

---
 include/unicode/prop.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
cgit v1.2.3