From: Martin Matuska Date: Tue, 8 Feb 2022 07:27:11 +0000 (+0100) Subject: tests: fix style in test_utils/test_main.c X-Git-Tag: v3.6.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=700dc6844a6311ab990ce39f2ed3537e9b5f2f01;p=thirdparty%2Flibarchive.git tests: fix style in test_utils/test_main.c --- diff --git a/test_utils/test_main.c b/test_utils/test_main.c index 467e367ef..116da2315 100644 --- a/test_utils/test_main.c +++ b/test_utils/test_main.c @@ -3464,9 +3464,9 @@ assertion_entry_compare_acls(const char *file, int line, */ struct test_list_t { - void (*func)(void); - const char *name; - int failures; + void (*func)(void); + const char *name; + int failures; }; /* Use "list.h" to declare all of the test functions. */