From 30e3a343d930c1d63def5f6d829039bd1ccdaa09 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 7 Jul 2022 18:13:53 +0200 Subject: [PATCH] Fix: missing space in tests --- Implementierung/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;