From 02a5279fbd80fd7fb14d13c1ae59ffbcb2e0968c Mon Sep 17 00:00:00 2001 From: Mattias Gustavsson Date: Tue, 14 Sep 2021 15:45:49 +0200 Subject: [PATCH] Added line breaks --- auto_update/tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/auto_update/tests.cpp b/auto_update/tests.cpp index 2679b988..84e10ecb 100644 --- a/auto_update/tests.cpp +++ b/auto_update/tests.cpp @@ -13,6 +13,7 @@ void disable_log( char const* format, ... ) { va_list args; va_start( args, format ); vprintf( format, args ); + printf("\n"); va_end( args ); };