summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test_utils/test_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test_utils/test_main.c b/test_utils/test_main.c
index 467e367e..116da231 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. */