]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
tests: fix style in test_utils/test_main.c
authorMartin Matuska <martin@matuska.org>
Tue, 8 Feb 2022 07:27:11 +0000 (08:27 +0100)
committerMartin Matuska <martin@matuska.org>
Tue, 8 Feb 2022 07:27:11 +0000 (08:27 +0100)
test_utils/test_main.c

index 467e367ef289817ba2042e66a3dea036b6400bb9..116da2315439c0b43e4238d7c0d353bd9c0bbc58 100644 (file)
@@ -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. */