this is yet another small fallout from clang-format
style change. This time for radix tests.
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Fri Apr 17 10:50:07 2026
(Merged from https://github.com/openssl/openssl/pull/30844)
* ============================================================================
*/
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)
};
}
#define SCRIPT(name) (&script_info_##name)
-#define USE(name) SCRIPT(name),
+#define USE(name) SCRIPT(name)