From 4ae08553144be0670b57293331ea78f0585f004d Mon Sep 17 00:00:00 2001 From: nik123 Date: Thu, 26 Jul 2018 23:37:46 +0200 Subject: [PATCH] Added newline at the end because compilation error --- benchutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchutil.h b/benchutil.h index adcb91a..a4d0721 100644 --- a/benchutil.h +++ b/benchutil.h @@ -74,4 +74,4 @@ static double wall_now(void) r += (double) tv.tv_usec * 1e-6; return r; } -#endif \ No newline at end of file +#endif