mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-03 02:11:10 +00:00
Eliminate a redundant newline.
This commit is contained in:
parent
692852a349
commit
d8f6837026
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ t_main(t_prepare_func t_prepare, t_cleanup_func t_cleanup,
|
||||||
if (t_prepare != NULL)
|
if (t_prepare != NULL)
|
||||||
t_prepare(argc, argv);
|
t_prepare(argc, argv);
|
||||||
if (t_plan_len == 0)
|
if (t_plan_len == 0)
|
||||||
errx(1, "no plan\n");
|
errx(1, "no plan");
|
||||||
|
|
||||||
/* run the tests */
|
/* run the tests */
|
||||||
nt = leaktest ? t_plan_len + 1 : t_plan_len;
|
nt = leaktest ? t_plan_len + 1 : t_plan_len;
|
||||||
|
|
Loading…
Reference in a new issue