diff --git a/Implementierung/src/main.c b/Implementierung/src/main.c index ad0f8d4..9bdb675 100644 --- a/Implementierung/src/main.c +++ b/Implementierung/src/main.c @@ -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;