changeset 523:9acbbfea68a9

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Dec 2019 09:16:00 +0200
parents b4884e59fdd3
children 19dc326dcdad
files tests.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tests.c	Thu Dec 26 22:26:19 2019 +0200
+++ b/tests.c	Fri Dec 27 09:16:00 2019 +0200
@@ -534,7 +534,9 @@
         return -1;
     }
 
-    tests_failed = tests_passed = tests_total = sets_total = sets_nenabled = 0;
+    tests_failed = tests_passed = tests_total =
+        sets_total = sets_nenabled = 0;
+
     for (i1 = 0; i1 < SET_MAX_TESTS; i1++)
         sets_enabled[i1] = 1;
 
@@ -728,11 +730,10 @@
         TEST2(strcmp, tmp, "aabbccdd11223344h", TRUE);
     }
 
-
     //
     // Configuration file handling
     //
-    if (test_set_start("Config file handling"))
+    if (test_set_start("Configuration file handling"))
     {
         test_config();
     }