mirror of
https://github.com/darlinghq/ctest.git
synced 2024-12-04 02:21:10 +00:00
style: removed trailing space
This commit is contained in:
parent
6abd959b2d
commit
4c49efda86
2
ctest.h
2
ctest.h
@ -589,7 +589,7 @@ __attribute__((no_sanitize_address)) int ctest_main(int argc, const char *argv[]
|
||||
|
||||
const char* color = (num_fail) ? ANSI_BRED : ANSI_GREEN;
|
||||
char results[80];
|
||||
snprintf(results, sizeof(results), "RESULTS: %d tests (%d ok, %d failed, %d skipped) ran in %.1f ms",
|
||||
snprintf(results, sizeof(results), "RESULTS: %d tests (%d ok, %d failed, %d skipped) ran in %.1f ms",
|
||||
total, num_ok, num_fail, num_skip, (double)(t2 - t1)*1000.0/CLOCKS_PER_SEC);
|
||||
color_print(color, results);
|
||||
return num_fail;
|
||||
|
Loading…
Reference in New Issue
Block a user