From: Alexandr Nedvedicky Date: Wed, 15 Apr 2026 13:01:59 +0000 (+0200) Subject: Make QUIC radix tests friendly to clang-format X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f023662d1bde1fcb7fecf976b25a45afd55734b8;p=thirdparty%2Fopenssl.git Make QUIC radix tests friendly to clang-format this is yet another small fallout from clang-format style change. This time for radix tests. Reviewed-by: Neil Horman Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz MergeDate: Fri Apr 17 10:50:07 2026 (Merged from https://github.com/openssl/openssl/pull/30844) --- diff --git a/test/radix/quic_tests.c b/test/radix/quic_tests.c index c0e54825cac..181ba1226b8 100644 --- a/test/radix/quic_tests.c +++ b/test/radix/quic_tests.c @@ -299,8 +299,8 @@ DEF_SCRIPT(check_cwm, "check stream obeys cwm") * ============================================================================ */ static SCRIPT_INFO *const scripts[] = { - USE(simple_conn) - USE(simple_thread) - USE(ssl_poll) - USE(check_cwm) + USE(simple_conn), + USE(simple_thread), + USE(ssl_poll), + USE(check_cwm) }; diff --git a/test/radix/terp.c b/test/radix/terp.c index 9e64702908b..a89367ce1fc 100644 --- a/test/radix/terp.c +++ b/test/radix/terp.c @@ -858,4 +858,4 @@ err: } #define SCRIPT(name) (&script_info_##name) -#define USE(name) SCRIPT(name), +#define USE(name) SCRIPT(name)