Fix: missing space in tests

This commit is contained in:
Dorian Zedler 2022-07-07 18:13:53 +02:00
parent 2d255e851a
commit 30e3a343d9
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ static bool runTest(struct configuration* c, const char* message,
expectedHash);
if (c->doBenchmark) {
printf("took: %f", duration);
printf(" took: %f", duration);
}
printf("\n");
return ok;