cmocka: Add a missing space in tests output.
authorAndreas Schneider <asn@cryptomilk.org>
Fri, 19 Oct 2012 16:12:35 +0000 (18:12 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 19 Oct 2012 16:12:51 +0000 (18:12 +0200)
src/cmocka.c

index c60e95a..69c7735 100755 (executable)
@@ -1702,7 +1702,7 @@ int _run_tests(const UnitTest * const tests, const size_t number_of_tests) {
                                        sizeof(*failed_names));
     void **current_state = NULL;
 
-    print_message("[==========] Running %"PRIdS "test(s).\n", number_of_tests);
+    print_message("[==========] Running %"PRIdS " test(s).\n", number_of_tests);
 
     // Make sure LargestIntegralType is at least the size of a pointer.
     assert_true(sizeof(LargestIntegralType) >= sizeof(void*));