From cf6c12f92af4391d82b1ca8e235c4cefde9ef5d2 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Fri, 17 Oct 2025 22:57:24 +0200 Subject: [PATCH] route: Add #endif comment for uncrustify compliance Cherry-pick dca6b03098ab0f3ef808c891673305651dc6704a broke uncrustify compliance. Apparently this one added line pushed it over the limit to require the #endif comment. Change-Id: I46d0e4be82a5cc7e466d6e8f658e5b131b5401c4 Signed-off-by: Frank Lichtenheld Acked-by: Gert Doering Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1284 Message-Id: <20251017205730.8450-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg33428.html Signed-off-by: Gert Doering --- src/openvpn/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/route.c b/src/openvpn/route.c index 3ff97178..75e94c2b 100644 --- a/src/openvpn/route.c +++ b/src/openvpn/route.c @@ -2368,7 +2368,7 @@ delete_route_ipv6(const struct route_ipv6 *r6, const struct tuntap *tt, { gateway_needed = true; } -#endif +#endif /* ifndef _WIN32 */ struct gc_arena gc = gc_new(); struct argv argv = argv_new();